Information about plays

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

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

{
    "id": 3548296,
    "uri": "https://api.kexp.org/v2/plays/3548296/?format=api",
    "airdate": "2025-09-03T05:40:40-07:00",
    "show": 64461,
    "show_uri": "https://api.kexp.org/v2/shows/64461/?format=api",
    "image_uri": "https://dn721607.ca.archive.org/0/items/mbid-4e045e5d-6219-4875-a350-c61f3a2f770a/mbid-4e045e5d-6219-4875-a350-c61f3a2f770a-30524118835_thumb500.jpg",
    "thumbnail_uri": "https://dn721607.ca.archive.org/0/items/mbid-4e045e5d-6219-4875-a350-c61f3a2f770a/mbid-4e045e5d-6219-4875-a350-c61f3a2f770a-30524118835_thumb250.jpg",
    "song": "Art School Blues 1979",
    "track_id": "55b45ee6-70a4-4121-a9d9-d4359ac84f42",
    "recording_id": "fb5de1f1-4f2a-4785-9725-a24ea11266d4",
    "artist": "The Green Pajamas",
    "artist_ids": [
        "6af46977-4c37-4c32-b435-a7233f05dacc"
    ],
    "album": "Sunlight Might Weigh Even More",
    "release_id": "4e045e5d-6219-4875-a350-c61f3a2f770a",
    "release_group_id": "4da63239-0761-4272-9d90-86916f822371",
    "labels": [
        "Green Monkey Records"
    ],
    "label_ids": [
        "0575bb8e-7938-4128-b26c-779c3012fe33"
    ],
    "release_date": "2021-09-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Legendary Seattle band The Green Pajamas!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}