Information about plays

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

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

{
    "id": 3572141,
    "uri": "https://api.kexp.org/v2/plays/3572141/?format=api",
    "airdate": "2025-10-31T08:11:22-07:00",
    "show": 64982,
    "show_uri": "https://api.kexp.org/v2/shows/64982/?format=api",
    "image_uri": "https://ia600101.us.archive.org/5/items/mbid-ac31ff65-b758-403f-84fe-2ccd915a9906/mbid-ac31ff65-b758-403f-84fe-2ccd915a9906-3000559093_thumb500.jpg",
    "thumbnail_uri": "https://ia800101.us.archive.org/5/items/mbid-ac31ff65-b758-403f-84fe-2ccd915a9906/mbid-ac31ff65-b758-403f-84fe-2ccd915a9906-3000559093_thumb250.jpg",
    "song": "Zombie Boy",
    "track_id": "1739bdb9-b31d-3707-8f8b-b3875eac4111",
    "recording_id": "d8f4e4db-33ef-42e8-a16c-f4efdb3639b8",
    "artist": "The Magnetic Fields",
    "artist_ids": [
        "3ff72a59-f39d-411d-9f93-2d4a86413013"
    ],
    "album": "Distortion",
    "release_id": "ac31ff65-b758-403f-84fe-2ccd915a9906",
    "release_group_id": "269ad9e8-2efb-32fe-a367-f99feaf9ef4c",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2008-01-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We loved it when Stephin Merritt of The Magnetic Fields performed live for us from the men's room of our old studio. (Good acoustics from that commode!): https://www.youtube.com/watch?v=U3nm0_3yJjw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}