Information about plays

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

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

{
    "id": 3552882,
    "uri": "https://api.kexp.org/v2/plays/3552882/?format=api",
    "airdate": "2025-09-14T08:13:20-07:00",
    "show": 64559,
    "show_uri": "https://api.kexp.org/v2/shows/64559/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Suspension of Swallowed Earth",
    "track_id": null,
    "recording_id": null,
    "artist": "Kara‐Lis Coverdale",
    "artist_ids": [
        "aabe385c-379a-467f-9a6d-2560ffa0b730"
    ],
    "album": "A Series of Actions in a Sphere of Forever",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Smalltown Supersound"
    ],
    "label_ids": [
        "eb1029b4-8229-4169-ae99-07540aa2ba80"
    ],
    "release_date": "2025-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Closing track to the brand new 4th album (and 2nd of 2025) from Canadian composer Kara-Lis Coverdale ~ \nhttps://kara-liscoverdale.bandcamp.com/album/a-series-of-actions-in-a-sphere-of-forever",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}