Information about plays

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

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

{
    "id": 3524239,
    "uri": "https://api.kexp.org/v2/plays/3524239/?format=api",
    "airdate": "2025-07-08T07:42:19-07:00",
    "show": 63956,
    "show_uri": "https://api.kexp.org/v2/shows/63956/?format=api",
    "image_uri": "https://ia601604.us.archive.org/17/items/mbid-6b54bc4b-f8a5-43c4-80e4-b5b4fe4b93c4/mbid-6b54bc4b-f8a5-43c4-80e4-b5b4fe4b93c4-6328991406_thumb500.jpg",
    "thumbnail_uri": "https://ia801604.us.archive.org/17/items/mbid-6b54bc4b-f8a5-43c4-80e4-b5b4fe4b93c4/mbid-6b54bc4b-f8a5-43c4-80e4-b5b4fe4b93c4-6328991406_thumb250.jpg",
    "song": "My Mother the War",
    "track_id": "c8a63cf2-863d-3d05-b1ba-38d95e578001",
    "recording_id": "1c43a396-7632-4a9e-9858-707e86c5ba9b",
    "artist": "10,000 Maniacs",
    "artist_ids": [
        "b9a06530-1241-4162-836f-7b8e79deaa58"
    ],
    "album": "The Wishing Chair",
    "release_id": "6b54bc4b-f8a5-43c4-80e4-b5b4fe4b93c4",
    "release_group_id": "1cf1aaa8-e34a-30ed-90ff-ca25870948c7",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in London, The Wishing Chair was the first major-label album by 10,000 Maniacs, released in 1985 by Elektra Records. Major label...more like major bumner...am I right? \n==\nThe song originally appeared on their 1983 album \"Secrets of the I Ching\" which was not released on a major label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}