Information about plays

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

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

{
    "id": 3559264,
    "uri": "https://api.kexp.org/v2/plays/3559264/?format=api",
    "airdate": "2025-09-29T15:12:33-07:00",
    "show": 64701,
    "show_uri": "https://api.kexp.org/v2/shows/64701/?format=api",
    "image_uri": "https://ia600203.us.archive.org/26/items/mbid-23d752fa-d27c-33bf-ab33-aff5fb47d507/mbid-23d752fa-d27c-33bf-ab33-aff5fb47d507-6505314487_thumb500.jpg",
    "thumbnail_uri": "https://ia800203.us.archive.org/26/items/mbid-23d752fa-d27c-33bf-ab33-aff5fb47d507/mbid-23d752fa-d27c-33bf-ab33-aff5fb47d507-6505314487_thumb250.jpg",
    "song": "Seven Months",
    "track_id": "40b4b10d-110d-3acd-b7ee-1fce64d50a30",
    "recording_id": "0d61fbd1-2649-4411-a892-b8ed4c388266",
    "artist": "Portishead",
    "artist_ids": [
        "8f6bd1e4-fbe1-4f50-aa9b-94c450ec0f11"
    ],
    "album": "Portishead",
    "release_id": "23d752fa-d27c-33bf-ab33-aff5fb47d507",
    "release_group_id": "46b38f09-e90b-39eb-b04f-002da20f7f96",
    "labels": [
        "Go! Beat"
    ],
    "label_ids": [
        "cd275ac6-9af0-4465-895b-462208cb716e"
    ],
    "release_date": "1997-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released this day in 1997!\n\nThis self-titled album was the second from Portishead.  Unlike their debut, it featured few samples. The personnel are Beth Gibbons – vocals,\nAdrian Utley – guitar, bass, synthesizer, Rhodes piano, and \nGeoff Barrow – drums, turntables, programming, samples.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}