Information about plays

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

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

{
    "id": 3567584,
    "uri": "https://api.kexp.org/v2/plays/3567584/?format=api",
    "airdate": "2025-10-20T10:45:08-07:00",
    "show": 64886,
    "show_uri": "https://api.kexp.org/v2/shows/64886/?format=api",
    "image_uri": "https://ia800208.us.archive.org/7/items/mbid-4efa9e15-dea6-34ba-916d-b9a1f96244bf/mbid-4efa9e15-dea6-34ba-916d-b9a1f96244bf-4783882548_thumb500.jpg",
    "thumbnail_uri": "https://ia800208.us.archive.org/7/items/mbid-4efa9e15-dea6-34ba-916d-b9a1f96244bf/mbid-4efa9e15-dea6-34ba-916d-b9a1f96244bf-4783882548_thumb250.jpg",
    "song": "Middle of Nowhere",
    "track_id": "5e6b71ce-a456-37a6-b686-0255377eac25",
    "recording_id": "78f45efe-1208-4ed2-9b72-c71d485678f4",
    "artist": "Hot Hot Heat",
    "artist_ids": [
        "0e0dd9da-5878-4c46-9a9a-6df43abb5c96"
    ],
    "album": "Elevator",
    "release_id": "4efa9e15-dea6-34ba-916d-b9a1f96244bf",
    "release_group_id": "7d12ee6a-75ec-386b-94a0-9182aa67c448",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2005-04-05",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.subpop.com/artists/hot_hot_heat",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}