Information about plays

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

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

{
    "id": 3590966,
    "uri": "https://api.kexp.org/v2/plays/3590966/?format=api",
    "airdate": "2025-12-14T10:41:21-08:00",
    "show": 65376,
    "show_uri": "https://api.kexp.org/v2/shows/65376/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": "On Greg Vandy’s list of his top 15 albums of the year!: \nhttps://www.instagram.com/p/DSKt796FCPR/ \n--\n“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"
}