Information about plays

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

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

{
    "id": 3607361,
    "uri": "https://api.kexp.org/v2/plays/3607361/?format=api",
    "airdate": "2026-01-21T20:57:10-08:00",
    "show": 65718,
    "show_uri": "https://api.kexp.org/v2/shows/65718/?format=api",
    "image_uri": "https://ia601807.us.archive.org/1/items/mbid-b4c72ab4-ba53-4528-9b3e-2e7629ad4278/mbid-b4c72ab4-ba53-4528-9b3e-2e7629ad4278-5880308716_thumb500.jpg",
    "thumbnail_uri": "https://ia601807.us.archive.org/1/items/mbid-b4c72ab4-ba53-4528-9b3e-2e7629ad4278/mbid-b4c72ab4-ba53-4528-9b3e-2e7629ad4278-5880308716_thumb250.jpg",
    "song": "These Shadows",
    "track_id": "ba6171e9-befd-4933-b8da-2c44b38a454f",
    "recording_id": "2e9a8f7a-04b3-4327-833a-0b2adc115384",
    "artist": "Wooden Shjips",
    "artist_ids": [
        "3754dc74-381e-4237-bd44-65f5600a4d88"
    ],
    "album": "Back to Land",
    "release_id": "b4c72ab4-ba53-4528-9b3e-2e7629ad4278",
    "release_group_id": "c888a602-c63c-44d0-989e-260fe428e57f",
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": "2013-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band moved from San Francisco to Portland and this is the result of the change of scenery.\nhttps://woodenshjips.bandcamp.com/album/back-to-land",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}