Information about plays

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

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

{
    "id": 3519836,
    "uri": "https://api.kexp.org/v2/plays/3519836/?format=api",
    "airdate": "2025-06-28T06:51:17-07:00",
    "show": 63857,
    "show_uri": "https://api.kexp.org/v2/shows/63857/?format=api",
    "image_uri": "https://coverartarchive.org/release/2ad0f10e-398b-4f49-adc7-2b6a85408daa/20411814138-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2ad0f10e-398b-4f49-adc7-2b6a85408daa/20411814138-250.jpg",
    "song": "Parade of Choosers",
    "track_id": null,
    "recording_id": "2076eab2-3b17-47cf-af3a-54c5ddfdf84c",
    "artist": "Centro-Matic",
    "artist_ids": [
        "ad76c38e-a7fe-4f95-a309-2d24099914d2"
    ],
    "album": "Redo the Stacks",
    "release_id": null,
    "release_group_id": "c346ff4e-0996-3ffa-a6e6-0fd6561a0cab",
    "labels": [
        "Steve Records"
    ],
    "label_ids": [
        "874e23d2-322b-454a-b3b7-8f080c4276bc"
    ],
    "release_date": "1997-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}