Information about plays

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

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

{
    "id": 3560157,
    "uri": "https://api.kexp.org/v2/plays/3560157/?format=api",
    "airdate": "2025-10-01T18:05:15-07:00",
    "show": 64719,
    "show_uri": "https://api.kexp.org/v2/shows/64719/?format=api",
    "image_uri": "https://ia601603.us.archive.org/31/items/mbid-283e6240-0bad-4af0-8515-44182dea3d24/mbid-283e6240-0bad-4af0-8515-44182dea3d24-28009375490_thumb500.jpg",
    "thumbnail_uri": "https://ia801603.us.archive.org/31/items/mbid-283e6240-0bad-4af0-8515-44182dea3d24/mbid-283e6240-0bad-4af0-8515-44182dea3d24-28009375490_thumb250.jpg",
    "song": "Take Five",
    "track_id": "b6578a16-7963-3a67-9a59-41f5e62ea59e",
    "recording_id": "69db5ee7-2114-4dda-981d-d2aa8cba6f1f",
    "artist": "The Dave Brubeck Quartet",
    "artist_ids": [
        "7bf711e9-4e69-4e08-b6e8-c0cb5805f1e7"
    ],
    "album": "Time Out",
    "release_id": "283e6240-0bad-4af0-8515-44182dea3d24",
    "release_group_id": "035a7881-3e2c-39d2-b110-fe26a4de94e5",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1997-03-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rose Rouge also samples \"Take Five\" by The Dave Brubeck Quartet",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}