Information about plays

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

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

{
    "id": 3564437,
    "uri": "https://api.kexp.org/v2/plays/3564437/?format=api",
    "airdate": "2025-10-13T04:22:10-07:00",
    "show": 64822,
    "show_uri": "https://api.kexp.org/v2/shows/64822/?format=api",
    "image_uri": "https://coverartarchive.org/release/eac048c0-7c37-488c-92a0-9a9b4df05435/23689334102-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eac048c0-7c37-488c-92a0-9a9b4df05435/23689334102-250.jpg",
    "song": "Miles Beyond",
    "track_id": null,
    "recording_id": "38f4e8c6-07fb-4e6c-8db9-0ae6068f245f",
    "artist": "Mahavishnu Orchestra",
    "artist_ids": [
        "a2be74f5-0735-46f7-a295-7e41aab30029"
    ],
    "album": "Birds of Fire",
    "release_id": null,
    "release_group_id": "c06d6702-eacb-324b-b9fd-d19c8331e178",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}