Information about plays

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

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

{
    "id": 374790,
    "uri": "https://api.kexp.org/v2/plays/374790/?format=api",
    "airdate": "2019-08-31T09:31:17-07:00",
    "show": 6238,
    "show_uri": "https://api.kexp.org/v2/shows/6238/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Seventy-Two Nations",
    "track_id": "315d91da-73e9-3242-9298-0bed6b86401f",
    "recording_id": null,
    "artist": "Dadawah",
    "artist_ids": [],
    "album": "Peace & Love: Wadadasow",
    "release_id": "f1c10f7b-464a-3c57-9cf9-a192caa11a4b",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Peace and Love” was Dadawah’s debut and remains his only album released under this artist name. It is a dark but deeply spiritual reggae LP (originally released in 1974 on Wildflower) it shares hymns of Rastafarian love, nationality, and hope.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}