Information about plays

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

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

{
    "id": 3636989,
    "uri": "https://api.kexp.org/v2/plays/3636989/?format=api",
    "airdate": "2026-04-02T19:57:23-07:00",
    "show": 66348,
    "show_uri": "https://api.kexp.org/v2/shows/66348/?format=api",
    "image_uri": "https://coverartarchive.org/release/25ae4c88-e05d-4e2b-b1f4-9a007f8d57c5/42308172686-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/25ae4c88-e05d-4e2b-b1f4-9a007f8d57c5/42308172686-250.jpg",
    "song": "Too Much",
    "track_id": null,
    "recording_id": "302edbeb-464d-4044-9a2a-98a8fcbe53b3",
    "artist": "Initiate",
    "artist_ids": [
        "5c71fee2-fe75-4fb9-9b8f-e3a792d3bf35"
    ],
    "album": "Too Much",
    "release_id": null,
    "release_group_id": "b9a005e5-de29-4041-a0df-b09883319c0d",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-01-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Performing at ASIAN AMERICAN UNITY FEST in NYC May 1 & 2 -- https://www.instagram.com/p/DVqv2N1DmN1/\n\nhttps://initiatehc.bandcamp.com/track/too-much",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}