Information about plays

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

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

{
    "id": 2678356,
    "uri": "https://api.kexp.org/v2/plays/2678356/?format=api",
    "airdate": "2019-12-26T11:07:00-08:00",
    "show": 46227,
    "show_uri": "https://api.kexp.org/v2/shows/46227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hera Kende",
    "track_id": null,
    "recording_id": null,
    "artist": "Odd Okoddo",
    "artist_ids": [],
    "album": "Auma",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Pingipung"
    ],
    "label_ids": [],
    "release_date": "2019-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ODD OKODDO is a Kenyan/German duo consisting of Olith Ratego and Sven Kacirek. The two artists met in Kenya, about a decade ago; forming the project ODD OKODDO in 2018, with the two musicians joining their various talents which dovetail in perfection. <br> <br> Olith Ratego sings in a musical style called \"dodo\", which originates from the shores of Lake Victoria in Kenya, high in pitch and soulfully expressive. He refers to his music as \"dodo blues\". His lyrics touch upon the topics of politics, family and of course: love. https://oddokoddo.bandcamp.com/album/auma",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}