Information about plays

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

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

{
    "id": 343355,
    "uri": "https://api.kexp.org/v2/plays/343355/?format=api",
    "airdate": "2019-06-19T07:29:28-07:00",
    "show": 5724,
    "show_uri": "https://api.kexp.org/v2/shows/5724/?format=api",
    "image_uri": "http://coverartarchive.org/release/0f1602e0-0470-451f-9f46-90fd3793a40c/8533711258-250.jpg",
    "thumbnail_uri": "",
    "song": "Love Ain't Enough",
    "track_id": "70376642-2635-46f0-abac-dcb9810aa364",
    "recording_id": null,
    "artist": "The Barr Brothers",
    "artist_ids": [
        "e8c28ca7-c14d-4dff-86d6-06bfac138422"
    ],
    "album": "Sleeping Operator",
    "release_id": "0f1602e0-0470-451f-9f46-90fd3793a40c",
    "release_group_id": null,
    "labels": [
        "Secret City Records"
    ],
    "label_ids": [
        "52e7fb03-e52f-4a7c-983a-42d8db2729a6"
    ],
    "release_date": "2014-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Barr Brothers performed \"Love Ain't Enough\" live in the KEXP studio when they visited back in 2014. - https://www.youtube.com/watch?v=jiD8ibFOTUk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}