Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/2680550/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 2680550,
    "uri": "https://api.kexp.org/v2/plays/2680550/?format=api",
    "airdate": "2019-12-31T21:40:34-08:00",
    "show": 46267,
    "show_uri": "https://api.kexp.org/v2/shows/46267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Looking for Clues",
    "track_id": "8a611cfa-59db-3107-ac46-9a39e3810536",
    "recording_id": null,
    "artist": "Robert Palmer",
    "artist_ids": [
        "96b1d906-0fda-406d-beb6-19c6758998df"
    ],
    "album": "Clues",
    "release_id": "2a60a034-4754-4f5b-8bac-45c222c3e45b",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}