Information about plays

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

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

{
    "id": 353438,
    "uri": "https://api.kexp.org/v2/plays/353438/?format=api",
    "airdate": "2019-07-12T10:49:12-07:00",
    "show": 5888,
    "show_uri": "https://api.kexp.org/v2/shows/5888/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "House of My Soul (You Light the Rooms)",
    "track_id": "ee0f1c65-63dd-48b9-87d7-ae01838baeaf",
    "recording_id": null,
    "artist": "Langhorne Slim",
    "artist_ids": [
        "0bc5259b-bf08-40ad-9f6a-20462f652e83"
    ],
    "album": "Lost at Last, Vol. 1",
    "release_id": "c3eb7db1-c725-4075-96cb-2b7800824d0c",
    "release_group_id": null,
    "labels": [
        "Dualtone"
    ],
    "label_ids": [
        "75791605-acff-455b-930c-3d9dfacdd902"
    ],
    "release_date": "2017-11-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Langhorne Slim played a session on KEXP in 2018. See it here: https://www.youtube.com/watch?v=t_N2rArAsM4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}