Information about plays

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

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

{
    "id": 376955,
    "uri": "https://api.kexp.org/v2/plays/376955/?format=api",
    "airdate": "2019-09-05T09:34:47-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Siva",
    "track_id": "a6f0308e-c327-36b0-bb6b-fc5552c2490b",
    "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": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's the first music video from the Smashing Pumpkins! https://www.youtube.com/watch?v=F3wAtWywrP4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}