Information about plays

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

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

{
    "id": 3572838,
    "uri": "https://api.kexp.org/v2/plays/3572838/?format=api",
    "airdate": "2025-11-01T22:53:56-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "https://coverartarchive.org/release/e89a65d3-6952-43c2-a1c6-5b640e0e62e3/31018503663-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e89a65d3-6952-43c2-a1c6-5b640e0e62e3/31018503663-250.jpg",
    "song": "Big Brother",
    "track_id": null,
    "recording_id": "a8433470-1b16-4782-917b-d1cfbf110876",
    "artist": "Subhumans",
    "artist_ids": [
        "3a13b4b9-00cf-4b4c-bc6b-8101190d3c8c"
    ],
    "album": "The Day the Country Died",
    "release_id": null,
    "release_group_id": "f130fbc3-3d46-3230-9b70-d4f60f66c588",
    "labels": [
        "Bluurg Records"
    ],
    "label_ids": [
        "539e497f-fa8f-4231-85fd-1d25b9c38322"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Subhumans are currently touring and will be playing at:\n - Harlow's in Sacramento on November 2nd\n - Star Theater in Portland on November 5th\n - The Shakedown in Bellingham on November 6th\n - Vera Project in Seattle on November 7th\n\nhttps://subhumans.bandcamp.com/\nhttps://www.facebook.com/officialsubhumans/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}