Information about plays

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

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

{
    "id": 3578928,
    "uri": "https://api.kexp.org/v2/plays/3578928/?format=api",
    "airdate": "2025-11-16T10:22:50-08:00",
    "show": 65126,
    "show_uri": "https://api.kexp.org/v2/shows/65126/?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": "Downstream",
    "track_id": null,
    "recording_id": "6c563afc-c702-4255-b0a9-1a43e3fb7ced",
    "artist": "Bonnie “Prince” Billy feat. John Anderson",
    "artist_ids": [
        "7b0a63b2-b8e8-490e-b724-1d30cb5edfe3",
        "21bffe8e-4e04-47f6-b1aa-7ede4b14cc4e"
    ],
    "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": "The Kentucky musician worked with producer David “Ferg” Ferguson and \"the best band you can get in Nashville right now\" for this album.\nhttps://bonnieprincebilly.bandcamp.com/album/the-purple-bird",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}