Information about plays

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

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

{
    "id": 2674796,
    "uri": "https://api.kexp.org/v2/plays/2674796/?format=api",
    "airdate": "2019-12-18T06:05:22-08:00",
    "show": 46172,
    "show_uri": "https://api.kexp.org/v2/shows/46172/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rhinoceros",
    "track_id": "bca38b22-3533-3b48-bf61-b1eb9f14090b",
    "recording_id": null,
    "artist": "The Smashing Pumpkins",
    "artist_ids": [
        "ba0d6274-db14-4ef5-b28d-657ebde1a396"
    ],
    "album": "Gish",
    "release_id": "415325a4-6bc3-48a3-a287-dd26acf329c8",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2011-12-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Billy Corgan was such a perfectionist that he insisted on playing almost all the instruments on Smashing Pumpkins’s debut album ‘Gish'. - https://bit.ly/2PyE3sT",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}