Information about plays

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

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

{
    "id": 3568282,
    "uri": "https://api.kexp.org/v2/plays/3568282/?format=api",
    "airdate": "2025-10-22T00:09:10-07:00",
    "show": 64899,
    "show_uri": "https://api.kexp.org/v2/shows/64899/?format=api",
    "image_uri": "https://dn721504.ca.archive.org/0/items/mbid-e4b37382-ed3b-464f-981b-ea6f674149c0/mbid-e4b37382-ed3b-464f-981b-ea6f674149c0-43181828086_thumb500.jpg",
    "thumbnail_uri": "https://dn721504.ca.archive.org/0/items/mbid-e4b37382-ed3b-464f-981b-ea6f674149c0/mbid-e4b37382-ed3b-464f-981b-ea6f674149c0-43181828086_thumb250.jpg",
    "song": "Changeling",
    "track_id": "8979f16a-6dc4-4a26-9210-d7b820ab2a2c",
    "recording_id": "3dc3c0ef-1097-4ac5-b377-15566ec9786f",
    "artist": "Witch Post",
    "artist_ids": [
        "d5457bd9-58b5-45bb-93f9-8241c876562e"
    ],
    "album": "Changeling",
    "release_id": "e4b37382-ed3b-464f-981b-ea6f674149c0",
    "release_group_id": "89daeb23-a741-4855-bac0-17c3553429a1",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2025-10-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}