Information about plays

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

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

{
    "id": 344123,
    "uri": "https://api.kexp.org/v2/plays/344123/?format=api",
    "airdate": "2019-06-20T21:14:12-07:00",
    "show": 5734,
    "show_uri": "https://api.kexp.org/v2/shows/5734/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Become The Tiger",
    "track_id": "db813c59-a699-4879-9f9a-05f27a6708ac",
    "recording_id": null,
    "artist": "Africa Express featuring Sibot, Damon Albarn & Mr Jukes",
    "artist_ids": [
        "64e82e9d-03c0-4cf7-ac48-bf5e1f07f2b2"
    ],
    "album": "Become The Tiger",
    "release_id": "9ada9115-5a2e-40b6-bc2f-11526c3009a1",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-05-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The project helmed by Damon Albarn  will release ‘EGOLI’ on July 12th. It was recorded in South Africa last year over 7 days and features spots from artists including Mr Jukes, Nick Zinner, Ghetts and new South African artists including BCUC, Blk Jks and Dominowe.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}