Information about plays

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

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

{
    "id": 3600218,
    "uri": "https://api.kexp.org/v2/plays/3600218/?format=api",
    "airdate": "2026-01-04T16:03:12-08:00",
    "show": 65563,
    "show_uri": "https://api.kexp.org/v2/shows/65563/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Life in a Northern Town",
    "track_id": "41a0a47c-6d2b-4419-a0e3-557d9018162d",
    "recording_id": "e246c260-57e2-41a3-a7df-e22b7d8f5f00",
    "artist": "The Dream Academy",
    "artist_ids": [
        "d0f7f125-5403-4f2e-b7b7-2ba8ef43836e"
    ],
    "album": "The Morning Lasted All Day: A Retrospective",
    "release_id": "bb495cc8-fda9-498b-aaed-0dc9953edfb4",
    "release_group_id": "e6d6ae8e-0939-4d48-b90e-646485a920fd",
    "labels": [
        "Real Gone Music"
    ],
    "label_ids": [
        "c4a2c17b-ec52-49dd-ae65-ce5519702f49"
    ],
    "release_date": "2014-07-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Northern Town\" started life with a different title. Nick Laird-Clowes told Mojo that he had befriended Paul Simon at one point and the two stayed in touch. \n\nLaird-Clowes recalls, \"I played him the song and he asked, 'What are you going to call it - 'Ah Hey Ma Ma Ma?' I told him that we intended to name it 'Morning Lasted All Day.'\n\n\"'That's no good,' he said and so I came up with 'Life In A Northern Town,' which he thought was a great title.\" https://tinyurl.com/4h7jkp9h",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}