Information about plays

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

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

{
    "id": 3626291,
    "uri": "https://api.kexp.org/v2/plays/3626291/?format=api",
    "airdate": "2026-03-07T06:40:06-08:00",
    "show": 66115,
    "show_uri": "https://api.kexp.org/v2/shows/66115/?format=api",
    "image_uri": "https://dn711104.ca.archive.org/0/items/mbid-3e8e213b-7cfb-4078-b223-b83eb4cd0444/mbid-3e8e213b-7cfb-4078-b223-b83eb4cd0444-41419720134_thumb500.jpg",
    "thumbnail_uri": "https://dn711104.ca.archive.org/0/items/mbid-3e8e213b-7cfb-4078-b223-b83eb4cd0444/mbid-3e8e213b-7cfb-4078-b223-b83eb4cd0444-41419720134_thumb250.jpg",
    "song": "This Is Real",
    "track_id": "578cef01-b0e7-477c-8c34-815e308df102",
    "recording_id": "2e5c1ebd-b449-484b-83d4-ed9cd0f2fbeb",
    "artist": "feeble little horse",
    "artist_ids": [
        "56252a59-5731-4a3b-96d2-fea7fe88a5d6"
    ],
    "album": "This Is Real",
    "release_id": "3e8e213b-7cfb-4078-b223-b83eb4cd0444",
    "release_group_id": "4012aa10-8082-43cb-a85d-1c47b35a534e",
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2025-03-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}