Information about plays

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

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

{
    "id": 3597139,
    "uri": "https://api.kexp.org/v2/plays/3597139/?format=api",
    "airdate": "2025-12-28T10:31:11-08:00",
    "show": 65497,
    "show_uri": "https://api.kexp.org/v2/shows/65497/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Monte Carlo / No Limits",
    "track_id": "d1894111-bf72-4067-b7c7-54f01b3e7b68",
    "recording_id": "33abdb98-e20c-4b9a-8dd9-047fab662b35",
    "artist": "Ryan Davis & the Roadhouse Band",
    "artist_ids": [
        "18c0c627-eea5-4005-8a8d-b235f2f47667"
    ],
    "album": "New Threats from the Soul",
    "release_id": "0825a348-cb9d-4eda-ac28-4d05540f3a66",
    "release_group_id": "11957107-c141-4a0f-ab1e-651b4af6da8f",
    "labels": [
        "Sophomore Lounge"
    ],
    "label_ids": [
        "8b65b62f-8f00-4d8a-9dc9-a2f20a6793db"
    ],
    "release_date": "2025-07-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://sophomorelounge.bandcamp.com/album/ryan-davis-the-roadhouse-band-new-threats-from-the-soul",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}