Information about plays

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

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

{
    "id": 2683155,
    "uri": "https://api.kexp.org/v2/plays/2683155/?format=api",
    "airdate": "2020-01-07T06:58:43-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "https://coverartarchive.org/release/23a92dc8-d233-4f5b-96a4-a5e76000c174/10587359545-250.jpg",
    "thumbnail_uri": "",
    "song": "The Rest Is Noise",
    "track_id": "ac405f1e-e000-484c-baae-4d81ed02349c",
    "recording_id": null,
    "artist": "Jamie xx",
    "artist_ids": [
        "d1515727-4a93-4c0d-88cb-d7a9fce01879"
    ],
    "album": "In Colour",
    "release_id": "23a92dc8-d233-4f5b-96a4-a5e76000c174",
    "release_group_id": null,
    "labels": [
        "Young Turks"
    ],
    "label_ids": [
        "87667892-a93f-43e4-a004-f8b9182788df"
    ],
    "release_date": "2015-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This began life as a new song by The xx before ending up as a Jamie 'xx' Smith solo track. Smith told Mojo it was the most challenging track on In Colour as it went through a lot of different versions",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}