Information about plays

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

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

{
    "id": 3572251,
    "uri": "https://api.kexp.org/v2/plays/3572251/?format=api",
    "airdate": "2025-10-31T14:53:35-07:00",
    "show": 64984,
    "show_uri": "https://api.kexp.org/v2/shows/64984/?format=api",
    "image_uri": "https://coverartarchive.org/release/d97e8b5e-a24a-42dd-b84d-047c3fe5b391/11951359846-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d97e8b5e-a24a-42dd-b84d-047c3fe5b391/11951359846-250.jpg",
    "song": "I’m a Werewolf, Baby",
    "track_id": null,
    "recording_id": "37e647c5-d3e9-42b5-8d67-5829d51e3f4a",
    "artist": "The Tragically Hip",
    "artist_ids": [
        "e86ab653-bec8-46f3-b4b6-a1a866919ef6"
    ],
    "album": "The Tragically Hip",
    "release_id": null,
    "release_group_id": "5008750f-b212-3a37-91be-acd2409f468c",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Tami!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}