Information about plays

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

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

{
    "id": 3546122,
    "uri": "https://api.kexp.org/v2/plays/3546122/?format=api",
    "airdate": "2025-08-29T02:47:38-07:00",
    "show": 64415,
    "show_uri": "https://api.kexp.org/v2/shows/64415/?format=api",
    "image_uri": "https://ia801200.us.archive.org/7/items/mbid-1f61a6cd-a8e8-477c-a54c-2aa09b6b5e35/mbid-1f61a6cd-a8e8-477c-a54c-2aa09b6b5e35-37265119058_thumb500.jpg",
    "thumbnail_uri": "https://ia601200.us.archive.org/7/items/mbid-1f61a6cd-a8e8-477c-a54c-2aa09b6b5e35/mbid-1f61a6cd-a8e8-477c-a54c-2aa09b6b5e35-37265119058_thumb250.jpg",
    "song": "Catholic Priest (Live)",
    "track_id": "f2b7c73b-9f1f-4564-966a-310d0896ae43",
    "recording_id": "a551ff60-a675-48f8-90ec-8170c5bb927b",
    "artist": "MJ Lenderman",
    "artist_ids": [
        "4f52595e-652d-4894-95ea-f925234629fc"
    ],
    "album": "And the Wind (Live and Loose!)",
    "release_id": "1f61a6cd-a8e8-477c-a54c-2aa09b6b5e35",
    "release_group_id": "7ded8f6f-64be-4acf-bd01-57760d1e57e1",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2023-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing in Seattle at the Moore on Thursday, September 18 and Friday, September 12 at in Oakland at the Fox Theater. \n\nMJ Lenderman will also be live on KEXP on Thursday, September 18th at Noon. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}