Information about plays

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

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

{
    "id": 3637099,
    "uri": "https://api.kexp.org/v2/plays/3637099/?format=api",
    "airdate": "2026-04-03T02:07:22-07:00",
    "show": 66350,
    "show_uri": "https://api.kexp.org/v2/shows/66350/?format=api",
    "image_uri": "https://coverartarchive.org/release/ccd30a0e-21b8-4eb7-af43-433af23e9d7d/31103788302-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ccd30a0e-21b8-4eb7-af43-433af23e9d7d/31103788302-250.jpg",
    "song": "I'm Real",
    "track_id": null,
    "recording_id": "6ef75831-e9b8-45b1-a214-0c39d4aa723f",
    "artist": "Lovage",
    "artist_ids": [
        "43e2b545-3e4a-4fd7-a773-8daafa610570"
    ],
    "album": "2002-01-17, late show: Bowery Ballroom, New York, NY, USA",
    "release_id": null,
    "release_group_id": "f8046817-aed5-42cf-9a95-b69fb4f7b74a",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2002-01-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}