Information about plays

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

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

{
    "id": 3629009,
    "uri": "https://api.kexp.org/v2/plays/3629009/?format=api",
    "airdate": "2026-03-14T22:27:24-07:00",
    "show": 66183,
    "show_uri": "https://api.kexp.org/v2/shows/66183/?format=api",
    "image_uri": "https://coverartarchive.org/release/ad7487f1-fb31-4085-a954-3675dbcb4718/3376998660-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ad7487f1-fb31-4085-a954-3675dbcb4718/3376998660-250.jpg",
    "song": "Records at Nite",
    "track_id": null,
    "recording_id": "a84bee6d-cf59-4120-9b31-9f352c277ed1",
    "artist": "Lifetime",
    "artist_ids": [
        "c9329809-8510-45b9-9202-5640398ddaee"
    ],
    "album": "Lifetime",
    "release_id": null,
    "release_group_id": "4872cf8e-2889-35b7-adea-25a6da7138b9",
    "labels": [
        "Decaydance"
    ],
    "label_ids": [
        "910a23ba-8e9e-475d-991d-b54737ccede2"
    ],
    "release_date": "2007-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in New Brunswick, NJ in 1990.\n\nhttps://www.facebook.com/lifetimenj/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}