Information about plays

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

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

{
    "id": 374975,
    "uri": "https://api.kexp.org/v2/plays/374975/?format=api",
    "airdate": "2019-08-31T21:09:00-07:00",
    "show": 6242,
    "show_uri": "https://api.kexp.org/v2/shows/6242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nothing Means Nothing Anymore",
    "track_id": "c48a788d-458f-35b7-8c4d-5b6bcfd2b7c7",
    "recording_id": null,
    "artist": "The Alley Cats",
    "artist_ids": [
        "061f6e64-b712-4255-b969-ac6be871bf9c"
    ],
    "album": "Nothing Means Nothing Anymore",
    "release_id": "42df67a5-7e21-4e90-98de-00c6087254ac",
    "release_group_id": null,
    "labels": [
        "Dangerhouse"
    ],
    "label_ids": [],
    "release_date": "1978-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band reformed as the Zarkons in 1985.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}