Information about plays

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

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

{
    "id": 3583582,
    "uri": "https://api.kexp.org/v2/plays/3583582/?format=api",
    "airdate": "2025-11-27T08:18:35-08:00",
    "show": 65222,
    "show_uri": "https://api.kexp.org/v2/shows/65222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "That’s How I’m Feeling",
    "track_id": "e2d4c06d-c8b5-4f29-a3bb-d86041934862",
    "recording_id": "f1859a73-8d9c-430d-844d-dcd4e5dcb64b",
    "artist": "Jack White",
    "artist_ids": [
        "3ae2fb37-8a23-429d-9920-bac811c4fc22"
    ],
    "album": "No Name",
    "release_id": "4734e706-04d6-4176-b041-2b21395ae760",
    "release_group_id": "5ef2a512-3680-4661-bfea-870cb8bf6507",
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2024-08-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The video clip for \"That's How I'm Feeling\" compiles grainy footage from his ongoing tour at small clubs. Keep your eyes peeled for some small, scurrying mice amid the close-ups of White rocking out and ample crowd shots.: https://www.youtube.com/watch?v=A3neCOTqfj8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}