Information about plays

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

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

{
    "id": 3593725,
    "uri": "https://api.kexp.org/v2/plays/3593725/?format=api",
    "airdate": "2025-12-20T23:08:15-08:00",
    "show": 65434,
    "show_uri": "https://api.kexp.org/v2/shows/65434/?format=api",
    "image_uri": "https://coverartarchive.org/release/c4a06229-51db-4d4c-9370-d6b748cf0060/41203170625-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c4a06229-51db-4d4c-9370-d6b748cf0060/41203170625-250.jpg",
    "song": "Crustpunk Santa Will Have His Revenge on Portland",
    "track_id": null,
    "recording_id": "fd5ae045-0728-4773-b92d-c98bca53918f",
    "artist": "Trans Panic",
    "artist_ids": [
        "7d7c0dec-ee3c-4c51-b9de-b690924e9de2"
    ],
    "album": "Smile (for me) - The EP",
    "release_id": null,
    "release_group_id": "c4d1a6bb-88cd-4260-9030-1a723acea8cd",
    "labels": [
        "bandcamp"
    ],
    "label_ids": [],
    "release_date": "2025-02-14",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From PDX: https://transpanicpunk.bandcamp.com/album/songs-for-tranarchists",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}