Information about plays

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

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

{
    "id": 352921,
    "uri": "https://api.kexp.org/v2/plays/352921/?format=api",
    "airdate": "2019-07-11T07:18:26-07:00",
    "show": 5880,
    "show_uri": "https://api.kexp.org/v2/shows/5880/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mummified",
    "track_id": "a3e7d0aa-b4ce-45b9-9209-25a3039c155e",
    "recording_id": null,
    "artist": "Versus",
    "artist_ids": [
        "ee7db106-6996-42a9-981d-b2d55a9b8366"
    ],
    "album": "Ex Voto",
    "release_id": "6ab2fbae-9218-4a67-96b4-94eb96aeb23b",
    "release_group_id": null,
    "labels": [
        "Ernest Jenning Record Co."
    ],
    "label_ids": [
        "ebef98f4-00a9-4364-bb68-8534034964bb"
    ],
    "release_date": "2019-08-16",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The first new album in nine years from NYC's Versus is set to release on August 16th. Find <i>Ex Voto</i> here: https://versusny.bandcamp.com/album/ex-voto-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}