Information about plays

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

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

{
    "id": 2678902,
    "uri": "https://api.kexp.org/v2/plays/2678902/?format=api",
    "airdate": "2019-12-27T20:51:31-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "https://coverartarchive.org/release/e040fe7e-ea9c-4aca-b2dc-cf053c3b1661/15233000233-250.jpg",
    "thumbnail_uri": "",
    "song": "Rog Rogosho",
    "track_id": "778c5b3b-fd35-369e-b402-0b9d65cbcf39",
    "recording_id": null,
    "artist": "Waaberi",
    "artist_ids": [
        "42a50d56-5c14-4b41-98b5-5e82306b87db"
    ],
    "album": "New Dawn",
    "release_id": "e040fe7e-ea9c-4aca-b2dc-cf053c3b1661",
    "release_group_id": null,
    "labels": [
        "Real World"
    ],
    "label_ids": [
        "351bf0d2-f806-416f-a6e9-fdb8ee238eac"
    ],
    "release_date": "1997-07-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Every week we do a Dancing Tour to a different location or nation. Tonight visiting Somalia with K'Naan & Waaberi.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}