Information about plays

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

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

{
    "id": 3422452,
    "uri": "https://api.kexp.org/v2/plays/3422452/?format=api",
    "airdate": "2024-11-07T09:34:11-08:00",
    "show": 61786,
    "show_uri": "https://api.kexp.org/v2/shows/61786/?format=api",
    "image_uri": "https://ia600909.us.archive.org/5/items/mbid-97a6314b-d42a-4432-bff2-f74bb77413ba/mbid-97a6314b-d42a-4432-bff2-f74bb77413ba-22937441701_thumb500.jpg",
    "thumbnail_uri": "https://ia800909.us.archive.org/5/items/mbid-97a6314b-d42a-4432-bff2-f74bb77413ba/mbid-97a6314b-d42a-4432-bff2-f74bb77413ba-22937441701_thumb250.jpg",
    "song": "Rhinoceros",
    "track_id": "bca38b22-3533-3b48-bf61-b1eb9f14090b",
    "recording_id": "c14cc283-80da-40f8-a838-b880ccbcf50a",
    "artist": "The Smashing Pumpkins",
    "artist_ids": [
        "ba0d6274-db14-4ef5-b28d-657ebde1a396"
    ],
    "album": "Gish",
    "release_id": "415325a4-6bc3-48a3-a287-dd26acf329c8",
    "release_group_id": "4ac82f0b-1532-3734-80d7-5c02265197aa",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "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": "By request! From the Smashing Pumpkins first record.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}