Information about plays

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

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

{
    "id": 3626157,
    "uri": "https://api.kexp.org/v2/plays/3626157/?format=api",
    "airdate": "2026-03-06T22:38:54-08:00",
    "show": 66112,
    "show_uri": "https://api.kexp.org/v2/shows/66112/?format=api",
    "image_uri": "https://coverartarchive.org/release/374f9d9e-b14d-4dc4-aa10-66568fd5178c/39249024553-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/374f9d9e-b14d-4dc4-aa10-66568fd5178c/39249024553-250.jpg",
    "song": "It's Givin",
    "track_id": null,
    "recording_id": "4f61f448-257b-452a-84fd-979b6d8df44a",
    "artist": "Latto",
    "artist_ids": [
        "355cc194-b8db-4af2-8678-c7ad54213f4b"
    ],
    "album": "777",
    "release_id": null,
    "release_group_id": "c2ceb153-d254-4c4d-9d4a-3b722e4c62b5",
    "labels": [
        "StreamCut"
    ],
    "label_ids": [
        "aa0e4d42-631a-4d45-b237-1448da930c08"
    ],
    "release_date": "2022-03-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Make your donations at www.kexp.org now!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}