Information about plays

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

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

{
    "id": 3580588,
    "uri": "https://api.kexp.org/v2/plays/3580588/?format=api",
    "airdate": "2025-11-20T09:09:15-08:00",
    "show": 65160,
    "show_uri": "https://api.kexp.org/v2/shows/65160/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Happy New Year (Prince Can’t Die Again)",
    "track_id": "9dd8b078-386f-4e90-9aed-399195d9a43b",
    "recording_id": "62efd685-7519-4a0e-903a-cc8b06f7a40e",
    "artist": "Mac McCaughan",
    "artist_ids": [
        "8841967d-3914-4ab9-aca6-94781aa35288"
    ],
    "album": "Battle Hymns",
    "release_id": "00d1d677-2982-45c0-9beb-b24856691548",
    "release_group_id": "ef472740-d0c4-407c-adb0-a5565aaf5865",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-01-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}