Information about plays

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

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

{
    "id": 3609797,
    "uri": "https://api.kexp.org/v2/plays/3609797/?format=api",
    "airdate": "2026-01-27T13:06:07-08:00",
    "show": 65770,
    "show_uri": "https://api.kexp.org/v2/shows/65770/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Retributions of an Awful Life",
    "track_id": "62397e47-5264-4d66-99ee-35545902433a",
    "recording_id": "f86aa8d6-57f2-497f-8d74-5abe421edf4c",
    "artist": "Heartworms",
    "artist_ids": [
        "be045651-fddf-4a05-9c5f-4384b389f73a"
    ],
    "album": "A Comforting Notion",
    "release_id": "61710152-f63d-4412-879e-e7859bfbb064",
    "release_group_id": "176a4bb3-4dbe-491d-a4e1-844bea1ec36b",
    "labels": [
        "Speedy Wunderground"
    ],
    "label_ids": [
        "6512d2c8-a4a4-47aa-bbd3-d25e34c5d10a"
    ],
    "release_date": "2023-03-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}