Information about plays

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

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

{
    "id": 379277,
    "uri": "https://api.kexp.org/v2/plays/379277/?format=api",
    "airdate": "2019-09-10T20:46:00-07:00",
    "show": 6313,
    "show_uri": "https://api.kexp.org/v2/shows/6313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Musiqawi Silt",
    "track_id": null,
    "recording_id": null,
    "artist": "Hailu Mergia And The Walias",
    "artist_ids": [],
    "album": "Muziqawi Silt",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Awesome Tapes From Africa"
    ],
    "label_ids": [],
    "release_date": "2015-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Master accordionist and veteran bandleader, arranger and keyboardist, originally from Ethiopia, Hailu Mergia  formed the Walias in the early 1970s with a core group of musical colleagues assembled from the remnants of prior working bands attached to the Zula and Venus clubs. One of the first “private” bands, the Walias got a steady gig at the prestigious Hilton Addis Ababa and remained independent from the government-supported bands of the time as well as from the clubs who employed bands.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}