Information about plays

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

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

{
    "id": 3629535,
    "uri": "https://api.kexp.org/v2/plays/3629535/?format=api",
    "airdate": "2026-03-16T00:27:58-07:00",
    "show": 66193,
    "show_uri": "https://api.kexp.org/v2/shows/66193/?format=api",
    "image_uri": "https://coverartarchive.org/release/bd14901a-3dff-4a8c-9b01-54df89d33fe6/36724318503-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bd14901a-3dff-4a8c-9b01-54df89d33fe6/36724318503-250.jpg",
    "song": "Spirit 2.0",
    "track_id": null,
    "recording_id": "0135ff44-a6a5-49de-a187-63d24d649fe2",
    "artist": "Sampha",
    "artist_ids": [
        "130c2184-14f2-4180-a216-04b5a333be57"
    ],
    "album": "Only",
    "release_id": null,
    "release_group_id": "b258a5da-7354-4ed6-864d-4fee3af521a9",
    "labels": [
        "Bleep"
    ],
    "label_ids": [
        "29df75bb-5667-46ae-8bf7-d44d2a36fdea"
    ],
    "release_date": "2023-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}