Information about plays

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

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

{
    "id": 3636049,
    "uri": "https://api.kexp.org/v2/plays/3636049/?format=api",
    "airdate": "2026-03-31T14:51:54-07:00",
    "show": 66330,
    "show_uri": "https://api.kexp.org/v2/shows/66330/?format=api",
    "image_uri": "https://coverartarchive.org/release/04225fb1-d0a4-4dc7-b317-db106ffb5871/6367374615-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/04225fb1-d0a4-4dc7-b317-db106ffb5871/6367374615-250.jpg",
    "song": "True Trans Soul Rebel",
    "track_id": null,
    "recording_id": "aecfdbe3-95ee-4c4d-8c45-1076eb1187bf",
    "artist": "Against Me!",
    "artist_ids": [
        "a66ebddc-ff04-46b8-820a-15c63e80dba1"
    ],
    "album": "Transgender Dysphoria Blues",
    "release_id": null,
    "release_group_id": "e7f72fbd-9510-4eaf-b56a-820ec95a7c03",
    "labels": [
        "Total Treble Music"
    ],
    "label_ids": [
        "cfdb5bd8-3630-4faf-bb0e-e85eac4bc0a7"
    ],
    "release_date": "2014-01-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This one's for you, Matt!\n\nAgainst Me! is an American punk rock band formed in 1997 in Gainesville, Florida, by singer and guitarist Laura Jane Grace (she/her). She came out as transgender in 2012, making her one of the first highly visible punk rock musicians to do so.\n\nReleased in 2014, Transgender Dysphoria Blues is the band's sixth album. https://againstme.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}