Information about plays

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

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

{
    "id": 379822,
    "uri": "https://api.kexp.org/v2/plays/379822/?format=api",
    "airdate": "2019-09-12T03:44:06-07:00",
    "show": 6321,
    "show_uri": "https://api.kexp.org/v2/shows/6321/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tucheza (Esa Extended Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Ze Spirits Band",
    "artist_ids": [],
    "album": "Esa Presents Amandla: Music to the People",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Soundway"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cape Town selector Esa compiled this ace new compilation, \"a rainbow of complementary electronic styles hailing from not only South Africa but further afield, including zouk from Brazil and the French Antilles, as well as Afro-futurism and Bacardi House\" - https://soundwayrecords.bandcamp.com/album/esa-presents-amandla-music-to-the-people",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}