Information about plays

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

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

{
    "id": 3551926,
    "uri": "https://api.kexp.org/v2/plays/3551926/?format=api",
    "airdate": "2025-09-12T02:20:34-07:00",
    "show": 64538,
    "show_uri": "https://api.kexp.org/v2/shows/64538/?format=api",
    "image_uri": "https://ia800409.us.archive.org/10/items/mbid-ed790ac9-8562-3192-adce-7aa890dab146/mbid-ed790ac9-8562-3192-adce-7aa890dab146-16731476172_thumb500.jpg",
    "thumbnail_uri": "https://ia600409.us.archive.org/10/items/mbid-ed790ac9-8562-3192-adce-7aa890dab146/mbid-ed790ac9-8562-3192-adce-7aa890dab146-16731476172_thumb250.jpg",
    "song": "C'mon Billy",
    "track_id": "ca630e41-a266-38bf-9d2e-2a3b116d1479",
    "recording_id": "94cc0b8a-7626-4b16-99c2-2ce516c60e1d",
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "To Bring You My Love",
    "release_id": "ed790ac9-8562-3192-adce-7aa890dab146",
    "release_group_id": "2a976d93-1131-3821-9bcb-6c79542d93aa",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1995-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This has been stuck in my head all day",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}