Information about plays

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

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

{
    "id": 3640984,
    "uri": "https://api.kexp.org/v2/plays/3640984/?format=api",
    "airdate": "2026-04-11T23:47:56-07:00",
    "show": 66429,
    "show_uri": "https://api.kexp.org/v2/shows/66429/?format=api",
    "image_uri": "https://coverartarchive.org/release/9a66618c-b84e-4c68-be45-0e63af2b3947/40040410220-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9a66618c-b84e-4c68-be45-0e63af2b3947/40040410220-250.jpg",
    "song": "Far Out, Bro",
    "track_id": null,
    "recording_id": "01cbec10-1d0f-4d38-b0af-b046d627fe51",
    "artist": "The Barbarians of California, Snapcase & Daryl Taberski",
    "artist_ids": [
        "2f6cf231-c233-406a-bf30-76d0fc4cfe66",
        "90f7f8df-db45-4a6c-89fb-9e912f77eabd",
        "0640cd6f-5f30-4998-b644-7f1947b6a36a"
    ],
    "album": "And Now I'm Just Gnashing My Teeth",
    "release_id": null,
    "release_group_id": "1daa50c8-896c-4848-9dc4-3049c08a421d",
    "labels": [
        "Two Twenty Five Music"
    ],
    "label_ids": [
        "dcdf2ecd-5490-47d5-8ee7-eb1fb7f768a1"
    ],
    "release_date": "2024-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}