Information about plays

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

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

{
    "id": 3546413,
    "uri": "https://api.kexp.org/v2/plays/3546413/?format=api",
    "airdate": "2025-08-29T18:49:55-07:00",
    "show": 64420,
    "show_uri": "https://api.kexp.org/v2/shows/64420/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crazy Over You",
    "track_id": "753910e8-a01f-366f-a314-1f1436a804b8",
    "recording_id": "bd4ffdae-4888-4a18-a962-182a26c012df",
    "artist": "Bullion",
    "artist_ids": [
        "9b2a1ef4-0e6b-4ddd-99fc-cdf223dccb08"
    ],
    "album": "Say Goodbye to What",
    "release_id": "d9269214-a06c-4af6-991d-fd0b263a7c2d",
    "release_group_id": "76b5f3bd-ed12-4c88-af50-be9c3069f771",
    "labels": [
        "One-Handed Music"
    ],
    "label_ids": [
        "b084e3de-13e5-4a9d-a080-97966c7ab1dd"
    ],
    "release_date": "2010-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Crazy Over You\" by Bullion sampled Fleetwood Mac's \"Only Over You\". - https://bullion.bandcamp.com/track/crazy-over-you",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}