Information about plays

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

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

{
    "id": 352243,
    "uri": "https://api.kexp.org/v2/plays/352243/?format=api",
    "airdate": "2019-07-09T18:05:00-07:00",
    "show": 5871,
    "show_uri": "https://api.kexp.org/v2/shows/5871/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Autorail",
    "track_id": "78594353-799c-3b96-9b2e-797a094e3367",
    "recording_id": null,
    "artist": "Orchestra Baobab",
    "artist_ids": [
        "30331c85-26d4-4daa-9f66-3075cac4c20b"
    ],
    "album": "Bamba",
    "release_id": "c509b8ba-9ddf-4284-baf0-e7736d003409",
    "release_group_id": null,
    "labels": [
        "Stern's Africa"
    ],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Acclaimed Senegalese saxophonist Issa Cissokho has died. A core member of the legendary Orchestra Baobab, Issa played with the group from their early days right through to their 2017 album Tribute to Ndiouga Dieng.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}