Information about plays

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

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

{
    "id": 3584776,
    "uri": "https://api.kexp.org/v2/plays/3584776/?format=api",
    "airdate": "2025-11-29T23:38:08-08:00",
    "show": 65248,
    "show_uri": "https://api.kexp.org/v2/shows/65248/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mousetrap",
    "track_id": "ecf68262-538d-3062-a503-b5dae5264bf0",
    "recording_id": "a0868dd2-1c0f-4e25-b56b-263b64199dff",
    "artist": "Some Velvet Sidewalk",
    "artist_ids": [
        "db080386-8bb3-4f78-8320-375ab6bde8bb"
    ],
    "album": "Hype! Surviving the Northwest Rock Explosion",
    "release_id": "6dae96bf-e0b8-4141-84ab-eb2ddc1de3db",
    "release_group_id": "43f1f029-fa6d-39d2-b4ea-392d62327025",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1996-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Spike in Seattle; You can finally get excused from the table!\n\nhttps://www.somevelvetsidewalk.com/\nhttps://krecs.com/collections/some-velvet-sidewalk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}