Information about plays

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

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

{
    "id": 350368,
    "uri": "https://api.kexp.org/v2/plays/350368/?format=api",
    "airdate": "2019-07-05T07:45:15-07:00",
    "show": 5834,
    "show_uri": "https://api.kexp.org/v2/shows/5834/?format=api",
    "image_uri": "http://coverartarchive.org/release/5f715b13-da2a-4a08-8cdb-5a1353b80387/21918945972-250.jpg",
    "thumbnail_uri": "",
    "song": "Double Vision",
    "track_id": "150d8475-6a60-308a-919e-c69ba2cb0375",
    "recording_id": null,
    "artist": "The Ponys",
    "artist_ids": [
        "2212458a-763b-4fc0-906d-69d0f6d1aa9d"
    ],
    "album": "Turn the Lights Out",
    "release_id": "5f715b13-da2a-4a08-8cdb-5a1353b80387",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2007-03-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Want to know more about this Chicago band?:  https://www.allmusic.com/artist/the-ponys-mn0000490645/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}