Information about plays

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

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

{
    "id": 3546307,
    "uri": "https://api.kexp.org/v2/plays/3546307/?format=api",
    "airdate": "2025-08-29T12:55:36-07:00",
    "show": 64418,
    "show_uri": "https://api.kexp.org/v2/shows/64418/?format=api",
    "image_uri": "https://ia803102.us.archive.org/5/items/mbid-4694af81-2cdd-4464-8365-f127194c9763/mbid-4694af81-2cdd-4464-8365-f127194c9763-24459175041_thumb500.jpg",
    "thumbnail_uri": "https://ia903102.us.archive.org/5/items/mbid-4694af81-2cdd-4464-8365-f127194c9763/mbid-4694af81-2cdd-4464-8365-f127194c9763-24459175041_thumb250.jpg",
    "song": "Mono no Aware",
    "track_id": "e3dd0472-4912-40ee-b821-5c4afd42d043",
    "recording_id": "58a5d1c0-912b-47db-8d7e-8e90b6e024b2",
    "artist": "Great Grandpa",
    "artist_ids": [
        "fe920df0-e56d-4556-84c4-11f530ec4abc"
    ],
    "album": "Four of Arrows",
    "release_id": "4694af81-2cdd-4464-8365-f127194c9763",
    "release_group_id": "dc97c04b-cfb7-45f7-adfc-7a1c55e1cea7",
    "labels": [
        "Double Double Whammy"
    ],
    "label_ids": [
        "4eb25f65-0b0b-49ac-9089-167f0a9d211b"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "See Seattle's own Great Grandpa at Bumbershoot tomorrow! They'll be on the Fountain Stage at 1:50pm. \n\nFull lineup and tickets here: https://bumbershoot.com/\n\nhttps://greatgrandpa.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}