Information about plays

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

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

{
    "id": 3549974,
    "uri": "https://api.kexp.org/v2/plays/3549974/?format=api",
    "airdate": "2025-09-07T09:00:30-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/14566ca5-64bd-40f9-b04c-8c15f1130a41/40568819085-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/14566ca5-64bd-40f9-b04c-8c15f1130a41/40568819085-250.jpg",
    "song": "One of These Days (I’m Gonna Spend the Whole Night With You)",
    "track_id": null,
    "recording_id": "6785d952-7d54-47d4-9421-407dfcbcd77e",
    "artist": "Bonnie “Prince” Billy",
    "artist_ids": [
        "7b0a63b2-b8e8-490e-b724-1d30cb5edfe3"
    ],
    "album": "The Purple Bird",
    "release_id": null,
    "release_group_id": "15cd39a5-6e6a-4d55-a2d7-dabaa431efe2",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2025-01-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Prince” worked with John Prine’s longtime producer David “Ferg” Ferguson on this latest album.\n\nWatch the Kentucky singer live on KEXP in 2012\nhttps://www.youtube.com/watch?v=TbJOhyuw5Mg\n\nhttps://bonnieprincebilly.bandcamp.com/album/the-purple-bird",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}