Information about plays

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

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

{
    "id": 3560680,
    "uri": "https://api.kexp.org/v2/plays/3560680/?format=api",
    "airdate": "2025-10-03T02:22:01-07:00",
    "show": 64730,
    "show_uri": "https://api.kexp.org/v2/shows/64730/?format=api",
    "image_uri": "https://coverartarchive.org/release/d4964eb7-5291-4f05-bd2a-15b54faceacf/21789255252-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d4964eb7-5291-4f05-bd2a-15b54faceacf/21789255252-250.jpg",
    "song": "The Bottle",
    "track_id": null,
    "recording_id": "7b109c10-df5f-4e93-970c-cbc7481a40b6",
    "artist": "Joe Bataan",
    "artist_ids": [
        "de7d54d7-0fce-4fb9-84f0-6fee794335d2"
    ],
    "album": "Anthology",
    "release_id": null,
    "release_group_id": "9ecd33a1-c2e1-4752-a716-def96081d34a",
    "labels": [
        "Salsoul Records"
    ],
    "label_ids": [
        "edb659b4-29cb-48f2-9d48-4fcfe9656e73"
    ],
    "release_date": "2003-05-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}