Information about plays

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

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

{
    "id": 3641205,
    "uri": "https://api.kexp.org/v2/plays/3641205/?format=api",
    "airdate": "2026-04-12T13:51:43-07:00",
    "show": 66435,
    "show_uri": "https://api.kexp.org/v2/shows/66435/?format=api",
    "image_uri": "https://dn721602.ca.archive.org/0/items/mbid-6690a2fc-e65e-4439-9c64-52c70b649149/mbid-6690a2fc-e65e-4439-9c64-52c70b649149-33796670571_thumb500.jpg",
    "thumbnail_uri": "https://ia801405.us.archive.org/16/items/mbid-6690a2fc-e65e-4439-9c64-52c70b649149/mbid-6690a2fc-e65e-4439-9c64-52c70b649149-33796670571_thumb250.jpg",
    "song": "Water",
    "track_id": "ec6fdab2-83a3-478d-9a92-59885d57ce36",
    "recording_id": "3e607849-1014-4ee2-8bae-4c8d83902502",
    "artist": "Bicep feat. Clara La San",
    "artist_ids": [
        "10e8f0df-90f9-4957-aedd-c4e0d187e3a8",
        "56393a36-155f-4f50-adbe-45f4a26c40bf"
    ],
    "album": "Water",
    "release_id": "6690a2fc-e65e-4439-9c64-52c70b649149",
    "release_group_id": "5b776eab-c1ac-4a97-ad36-cbff978fbef2",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2022-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}