Information about plays

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

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

{
    "id": 3584162,
    "uri": "https://api.kexp.org/v2/plays/3584162/?format=api",
    "airdate": "2025-11-28T16:28:04-08:00",
    "show": 65233,
    "show_uri": "https://api.kexp.org/v2/shows/65233/?format=api",
    "image_uri": "https://ia800807.us.archive.org/35/items/mbid-1d1c7d48-1268-3b5d-a30e-d7ada241aa26/mbid-1d1c7d48-1268-3b5d-a30e-d7ada241aa26-2713769593_thumb500.jpg",
    "thumbnail_uri": "https://ia800807.us.archive.org/35/items/mbid-1d1c7d48-1268-3b5d-a30e-d7ada241aa26/mbid-1d1c7d48-1268-3b5d-a30e-d7ada241aa26-2713769593_thumb250.jpg",
    "song": "Abzug",
    "track_id": "83d178a5-2f5f-3a4b-bc8b-522907f6cb9b",
    "recording_id": "04ecf15d-c74f-45c7-81d6-ad8fa4e52ac2",
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "The Mix",
    "release_id": "1d1c7d48-1268-3b5d-a30e-d7ada241aa26",
    "release_group_id": "7e5c9d66-887a-3af1-8385-13b517af6229",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1991-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Mix is the tenth studio album by the German electronic music band Kraftwerk. It features entirely re-arranged and re-recorded versions of a selection of songs which had originally appeared on Kraftwerk's albums Autobahn (1974) through Electric Café (1986).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}