Information about plays

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

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

{
    "id": 3626188,
    "uri": "https://api.kexp.org/v2/plays/3626188/?format=api",
    "airdate": "2026-03-07T00:29:25-08:00",
    "show": 66112,
    "show_uri": "https://api.kexp.org/v2/shows/66112/?format=api",
    "image_uri": "https://coverartarchive.org/release/03da9901-d6ad-410b-a8e4-3ce7c1831ca8/24046996940-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/03da9901-d6ad-410b-a8e4-3ce7c1831ca8/24046996940-250.jpg",
    "song": "Whoomp! (There It Is)",
    "track_id": null,
    "recording_id": "09411d8f-8679-4cd2-815f-b05337b96612",
    "artist": "Tag Team",
    "artist_ids": [
        "47ade377-b278-4c83-b729-c870d6440b08"
    ],
    "album": "Whoomp! The Album",
    "release_id": null,
    "release_group_id": "d5011bdd-216a-3da4-94cf-8758bea84337",
    "labels": [
        "Life Records"
    ],
    "label_ids": [
        "4abe86f1-defa-41c4-bd81-0d70b673c565"
    ],
    "release_date": "1993-07-20",
    "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"
}