Information about plays

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

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

{
    "id": 3585773,
    "uri": "https://api.kexp.org/v2/plays/3585773/?format=api",
    "airdate": "2025-12-02T08:31:51-08:00",
    "show": 65269,
    "show_uri": "https://api.kexp.org/v2/shows/65269/?format=api",
    "image_uri": "https://coverartarchive.org/release/0f8dec95-34d5-4f20-b871-af8c1fe2c1af/24600008212-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0f8dec95-34d5-4f20-b871-af8c1fe2c1af/24600008212-250.jpg",
    "song": "Life in a Northern Town",
    "track_id": null,
    "recording_id": "c7f49e89-1368-4e97-8a59-9829b59e7bb5",
    "artist": "The Dream Academy",
    "artist_ids": [
        "d0f7f125-5403-4f2e-b7b7-2ba8ef43836e"
    ],
    "album": "Life in a Northern Town",
    "release_id": null,
    "release_group_id": "9c1a28f5-bec7-391b-917d-ec4693bd8cb3",
    "labels": [
        "Blanco y Negro Records"
    ],
    "label_ids": [
        "dfe73666-3b14-4f75-bcad-ec311546aeff"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Northern Town\" started life with a different title. Songwriter and singer Nick Laird-Clowes told Mojo that he had befriended Paul Simon at one point and the two stayed in touch. He recalled: \"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.' 'That's no good,' he said and so I came up with 'Life In A Northern Town.' which he thought was a great title.\"\n- https://www.songfacts.com/facts/the-dream-academy/life-in-a-northern-town",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}