Information about plays

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

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

{
    "id": 378674,
    "uri": "https://api.kexp.org/v2/plays/378674/?format=api",
    "airdate": "2019-09-09T09:14:42-07:00",
    "show": 6304,
    "show_uri": "https://api.kexp.org/v2/shows/6304/?format=api",
    "image_uri": "http://coverartarchive.org/release/4c0eb809-0db0-334f-a07e-bc6cd3f02286/7786035825-250.jpg",
    "thumbnail_uri": "",
    "song": "Summer’s Kiss",
    "track_id": "63bb94aa-061f-3a9a-8f1d-120f4a042353",
    "recording_id": null,
    "artist": "The Afghan Whigs",
    "artist_ids": [
        "2feb192c-2363-46d6-b476-1c88a25cb294"
    ],
    "album": "Black Love",
    "release_id": "4c0eb809-0db0-334f-a07e-bc6cd3f02286",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1996-03-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}