Information about plays

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

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

{
    "id": 3545382,
    "uri": "https://api.kexp.org/v2/plays/3545382/?format=api",
    "airdate": "2025-08-27T06:02:38-07:00",
    "show": 64399,
    "show_uri": "https://api.kexp.org/v2/shows/64399/?format=api",
    "image_uri": "https://ia903106.us.archive.org/28/items/mbid-29481c02-9452-408f-8d9c-0c8a61cbfc2c/mbid-29481c02-9452-408f-8d9c-0c8a61cbfc2c-19827406725_thumb500.jpg",
    "thumbnail_uri": "https://ia903106.us.archive.org/28/items/mbid-29481c02-9452-408f-8d9c-0c8a61cbfc2c/mbid-29481c02-9452-408f-8d9c-0c8a61cbfc2c-19827406725_thumb250.jpg",
    "song": "That's Entertainment",
    "track_id": "cc40a843-5492-3b5a-825e-9cee07d57d0a",
    "recording_id": "e49ae0b7-edfa-4b66-9ce8-0b8f9c7759dc",
    "artist": "The Jam",
    "artist_ids": [
        "23228f18-01d5-493e-94ce-cfcde82a8db2"
    ],
    "album": "The Sound of The Jam",
    "release_id": "29481c02-9452-408f-8d9c-0c8a61cbfc2c",
    "release_group_id": "7c87cb03-ee8f-3e99-ad4f-4a9b89c41202",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2003-02-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Good morning Eva, What a community KEXP is, being a amplifier listen all day at work...all the new music I discover thru DJ's...I celebrate all the KEXP staff, thank you.\"\n\n-Rob, Amplifier in Tacoma",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}