Information about plays

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

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

{
    "id": 3542022,
    "uri": "https://api.kexp.org/v2/plays/3542022/?format=api",
    "airdate": "2025-08-19T10:04:08-07:00",
    "show": 64331,
    "show_uri": "https://api.kexp.org/v2/shows/64331/?format=api",
    "image_uri": "https://ia801406.us.archive.org/22/items/mbid-5917d860-ed32-49ee-976f-4b864292e2ab/mbid-5917d860-ed32-49ee-976f-4b864292e2ab-41209289065_thumb500.jpg",
    "thumbnail_uri": "https://ia801406.us.archive.org/22/items/mbid-5917d860-ed32-49ee-976f-4b864292e2ab/mbid-5917d860-ed32-49ee-976f-4b864292e2ab-41209289065_thumb250.jpg",
    "song": "Slow Burn",
    "track_id": "0afd6909-0c31-4613-888e-1b68bd059c08",
    "recording_id": "71befe77-02aa-4c5b-89c2-ec187dfdeef1",
    "artist": "Ezra Furman",
    "artist_ids": [
        "45fc1a1c-6b33-4a2b-b517-d8bca372b7b0"
    ],
    "album": "Goodbye Small Head",
    "release_id": "5917d860-ed32-49ee-976f-4b864292e2ab",
    "release_group_id": "9f7c9b2a-06fa-4fa1-854b-d9a1bf8a60b1",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2025-05-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ezra Furman performed Live on KEXP last Wednesday, Aug. 13, at 11 AM! You can still listen back on KEXP's two-week streaming archive: https://www.kexp.org/archive/\n--\nCheryl was the host when Ezra Furman performed live in our studio in 2019: https://www.youtube.com/watch?v=dTwp4MD8rE4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}