Information about plays

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

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

{
    "id": 3596934,
    "uri": "https://api.kexp.org/v2/plays/3596934/?format=api",
    "airdate": "2025-12-27T22:18:47-08:00",
    "show": 65493,
    "show_uri": "https://api.kexp.org/v2/shows/65493/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jesus Never Lived on Mars",
    "track_id": null,
    "recording_id": "304779fd-8069-4b50-8ab5-1af29c214104",
    "artist": "Lee Harvey Oswald Band",
    "artist_ids": [
        "1ebe57f8-0e50-4bba-a51d-de8d91b3b591"
    ],
    "album": "A Taste of Prison",
    "release_id": null,
    "release_group_id": "58943c8e-b130-303c-b29e-900e3921436f",
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chicago, IL https://theleeharveyoswaldband.bandcamp.com/album/a-taste-of-prison",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}