Information about plays

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

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

{
    "id": 3622275,
    "uri": "https://api.kexp.org/v2/plays/3622275/?format=api",
    "airdate": "2026-02-25T20:47:22-08:00",
    "show": 66030,
    "show_uri": "https://api.kexp.org/v2/shows/66030/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Another Age",
    "track_id": null,
    "recording_id": null,
    "artist": "Triptides",
    "artist_ids": [
        "1010f5c3-51d4-4a8e-8df8-29ebf2e7f3f6"
    ],
    "album": "Another Age",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Label 51 Recordings"
    ],
    "label_ids": [
        "badcf45a-05f2-48ad-9cac-b42d403e9cf9"
    ],
    "release_date": "2026-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Triptides just released last week! \"A sun-drenched trip through time where 60s elegance meets the neon glow of the modern underground.\"\n\nhttps://label51recordings.com/triptides/\nhttps://triptides.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}