Information about plays

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

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

{
    "id": 3524227,
    "uri": "https://api.kexp.org/v2/plays/3524227/?format=api",
    "airdate": "2025-07-08T06:56:16-07:00",
    "show": 63955,
    "show_uri": "https://api.kexp.org/v2/shows/63955/?format=api",
    "image_uri": "https://ia800309.us.archive.org/25/items/mbid-abd5b4b0-485d-4729-a9dc-13ba79110553/mbid-abd5b4b0-485d-4729-a9dc-13ba79110553-5548634104_thumb500.jpg",
    "thumbnail_uri": "https://ia800309.us.archive.org/25/items/mbid-abd5b4b0-485d-4729-a9dc-13ba79110553/mbid-abd5b4b0-485d-4729-a9dc-13ba79110553-5548634104_thumb250.jpg",
    "song": "Dancing in the Dark",
    "track_id": "44ae915a-9bd1-4c46-bc05-7e5a9cc38f05",
    "recording_id": "f2f99a81-9375-4557-8138-2a0a297f5c85",
    "artist": "Bruce Springsteen",
    "artist_ids": [
        "70248960-cb53-4ea4-943a-edb18f7d336f"
    ],
    "album": "Born in the U.S.A.",
    "release_id": "abd5b4b0-485d-4729-a9dc-13ba79110553",
    "release_group_id": "3c39a076-8e52-38f2-8076-260d0672fb23",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1984-06-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "What Eva does to start her EARLY mornings!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}