Information about plays

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

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

{
    "id": 379242,
    "uri": "https://api.kexp.org/v2/plays/379242/?format=api",
    "airdate": "2019-09-10T18:23:00-07:00",
    "show": 6313,
    "show_uri": "https://api.kexp.org/v2/shows/6313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gambella",
    "track_id": null,
    "recording_id": null,
    "artist": "ሙላቱ አስታጥቄ",
    "artist_ids": [
        "67f0c7ca-14e8-47a3-be0e-bd2f2ffe25bb"
    ],
    "album": "Sketches of Ethiopia",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Jazz Village"
    ],
    "label_ids": [],
    "release_date": "2013-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vibraphonist/composer Mulatu Astatke, the father of Ethio-jazz. On <i>Sketches of Ethiopia</i> Astatke leads a stellar band of musicians from Ethiopia, London and Paris to meld Afro-Latin, jazz and funk vibes with traditional Ethiopian roots music. <br></br>https://bit.ly/2ke5CLi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}