Information about plays

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

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

{
    "id": 3555837,
    "uri": "https://api.kexp.org/v2/plays/3555837/?format=api",
    "airdate": "2025-09-21T09:18:45-07:00",
    "show": 64622,
    "show_uri": "https://api.kexp.org/v2/shows/64622/?format=api",
    "image_uri": "https://coverartarchive.org/release/2d0f809a-6b00-474f-8740-219be3583d99/19368490268-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2d0f809a-6b00-474f-8740-219be3583d99/19368490268-250.jpg",
    "song": "There's A Rugged Road",
    "track_id": null,
    "recording_id": null,
    "artist": "Judee Sill",
    "artist_ids": [
        "ecb42480-bd27-484a-acab-4ef56de126d4"
    ],
    "album": "Heart Food",
    "release_id": null,
    "release_group_id": "c532d5f8-24ce-3f44-ad2d-d8b46533e179",
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Before she was a folk singer working with Graham Nash, Sill was briefly a bank robber. \nhttps://pitchfork.com/reviews/albums/11844-judee-sill-heart-food/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}