Information about plays

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

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

{
    "id": 3601228,
    "uri": "https://api.kexp.org/v2/plays/3601228/?format=api",
    "airdate": "2026-01-07T01:44:53-08:00",
    "show": 65584,
    "show_uri": "https://api.kexp.org/v2/shows/65584/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crying in Your Sleep",
    "track_id": "128ade77-07e9-49ff-9ad5-42fc0dcea86a",
    "recording_id": "e880dc42-452b-4230-95cf-c049c8479d40",
    "artist": "Iska Dhaaf",
    "artist_ids": [
        "52584c6c-d56c-439c-b975-e2d7ed628190"
    ],
    "album": "Up",
    "release_id": "6ddf7a69-5692-42ae-a1b7-6d25f220029f",
    "release_group_id": "5154d2e8-e898-4f0e-a8a7-d84935e29d0d",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2020-11-02",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Iska Dhaaf are Nathan Quiroga (Mad Rad, Buffalo Madonna) and Benjamin Verdoes (Mt. St. Helens Vietnam Band)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}