Information about plays

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

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

{
    "id": 3590983,
    "uri": "https://api.kexp.org/v2/plays/3590983/?format=api",
    "airdate": "2025-12-14T11:45:00-08:00",
    "show": 65376,
    "show_uri": "https://api.kexp.org/v2/shows/65376/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shell Of Former Self",
    "track_id": null,
    "recording_id": null,
    "artist": "Floating Action",
    "artist_ids": [
        "accb532b-bdc7-4153-b730-7b52d9f40562"
    ],
    "album": "A Hand Carved Garden Tool",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "People in a Position to Know Recordings"
    ],
    "label_ids": [
        "e5a6fd34-44b7-4941-a211-e399ed6a47d0"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Black Mountain, North Carolina, Floating Action was founded by Seth Kauffman after his last project, ‘The Choosy Beggars’ broke up in 2005. Released on Olympia, WA label PIAPTK.\nhttps://floatingactionlive.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}