Information about plays

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

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

{
    "id": 3610417,
    "uri": "https://api.kexp.org/v2/plays/3610417/?format=api",
    "airdate": "2026-01-29T01:17:03-08:00",
    "show": 65782,
    "show_uri": "https://api.kexp.org/v2/shows/65782/?format=api",
    "image_uri": "https://coverartarchive.org/release/ab0b7861-226f-40fe-ba4e-a8b89ddad6ff/23804828911-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ab0b7861-226f-40fe-ba4e-a8b89ddad6ff/23804828911-250.jpg",
    "song": "These Are My People (Rainbow mix)",
    "track_id": null,
    "recording_id": "f137d79e-e45a-4df1-9bbe-6fcdf97dc0c8",
    "artist": "Members of the House",
    "artist_ids": [
        "0bd5a6ff-d032-4b83-a3e7-be7c486e25c7"
    ],
    "album": "The Final Frontier",
    "release_id": null,
    "release_group_id": "5edcc77e-3fab-35a4-bbd0-06930857d01d",
    "labels": [
        "Global Underground"
    ],
    "label_ids": [
        "39db0566-a0e1-48ad-94ed-db6bfeb116a7"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}