Information about plays

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

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

{
    "id": 3620367,
    "uri": "https://api.kexp.org/v2/plays/3620367/?format=api",
    "airdate": "2026-02-21T13:57:21-08:00",
    "show": 65993,
    "show_uri": "https://api.kexp.org/v2/shows/65993/?format=api",
    "image_uri": "https://coverartarchive.org/release/5dc4d490-f81a-4898-8cda-6e2d04e21fbf/33354311062-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5dc4d490-f81a-4898-8cda-6e2d04e21fbf/33354311062-250.jpg",
    "song": "Don't Chase Me Around",
    "track_id": null,
    "recording_id": "8e70cb40-15f5-4a95-89e6-ae0711b508f3",
    "artist": "Robert Corff",
    "artist_ids": [
        "8256534f-4dc7-4489-901e-3281271e6620"
    ],
    "album": "Quentin Tarantino’s Once Upon a Time in Hollywood: Original Motion Picture Soundtrack",
    "release_id": null,
    "release_group_id": "cf930fcb-9f75-4986-8848-085ff24f047e",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2019-07-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Robert Corff is an American actor and singer who played the lead in Gas-s-s-s. This song resurfaced on the soundtrack to Quentin Tranantino's 'Once Upon A Time in Hollywood'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}