Information about plays

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

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

{
    "id": 3551275,
    "uri": "https://api.kexp.org/v2/plays/3551275/?format=api",
    "airdate": "2025-09-10T11:15:11-07:00",
    "show": 64525,
    "show_uri": "https://api.kexp.org/v2/shows/64525/?format=api",
    "image_uri": "https://ia800304.us.archive.org/20/items/mbid-b3d9d402-9f2d-416b-8b03-9e2324fb5690/mbid-b3d9d402-9f2d-416b-8b03-9e2324fb5690-5132243965_thumb500.jpg",
    "thumbnail_uri": "https://ia800304.us.archive.org/20/items/mbid-b3d9d402-9f2d-416b-8b03-9e2324fb5690/mbid-b3d9d402-9f2d-416b-8b03-9e2324fb5690-5132243965_thumb250.jpg",
    "song": "Supervixen",
    "track_id": "a8327df6-e5af-399b-b259-5409c67c7553",
    "recording_id": "90d87d65-2287-4a8d-9992-df270df8da57",
    "artist": "Garbage",
    "artist_ids": [
        "f9ef7a22-4262-4596-a2a8-1d19345b8e50"
    ],
    "album": "Garbage",
    "release_id": "b3d9d402-9f2d-416b-8b03-9e2324fb5690",
    "release_group_id": "dcad245f-9d95-3751-9e69-d50ca399b46a",
    "labels": [
        "Almo Sounds"
    ],
    "label_ids": [
        "12ad1045-26f3-46de-b7f1-63cc22a31e64"
    ],
    "release_date": "1995-08-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Garbage is on tour!\n\n- Seattle on Wednesday, Oct. 15, at The Paramount Theatre\n\n- San Francisco on Friday, Oct. 14, at the Warfield\n\nhttps://www.garbage.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}