Information about plays

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

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

{
    "id": 344142,
    "uri": "https://api.kexp.org/v2/plays/344142/?format=api",
    "airdate": "2019-06-20T22:12:55-07:00",
    "show": 5734,
    "show_uri": "https://api.kexp.org/v2/shows/5734/?format=api",
    "image_uri": "http://coverartarchive.org/release/4791710a-7ca4-4070-83bd-26feef32fbb0/19198372239-250.jpg",
    "thumbnail_uri": "",
    "song": "Lala Belu",
    "track_id": "f39dcd6c-376d-4d8f-8889-8a7b1925d56c",
    "recording_id": null,
    "artist": "Hailu Mergia",
    "artist_ids": [
        "0b40d946-2362-4445-90f6-a3a5f333bd30"
    ],
    "album": "Lala Belu",
    "release_id": "4791710a-7ca4-4070-83bd-26feef32fbb0",
    "release_group_id": null,
    "labels": [
        "Awesome Tapes From Africa"
    ],
    "label_ids": [
        "967b585c-7107-4770-8480-ba501aba6d50"
    ],
    "release_date": "2018-02-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Master accordionist and veteran bandleader, arranger and keyboardist, originally from Ethiopia.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}