Information about plays

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

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

{
    "id": 3547104,
    "uri": "https://api.kexp.org/v2/plays/3547104/?format=api",
    "airdate": "2025-08-31T09:13:36-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?format=api",
    "image_uri": "https://coverartarchive.org/release/d8f53d5b-0833-443b-a2df-5a33ce2022e0/17604926828-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d8f53d5b-0833-443b-a2df-5a33ce2022e0/17604926828-250.jpg",
    "song": "Oh Christine",
    "track_id": null,
    "recording_id": "6977c164-17d0-4010-b80b-2eebe619b32d",
    "artist": "The Cave Singers",
    "artist_ids": [
        "bc07a2b3-807a-4dda-9c19-003553f18f45"
    ],
    "album": "Invitation Songs",
    "release_id": null,
    "release_group_id": "a3f1af30-d430-3b1a-83bb-33d212e3b21b",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2007-09-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Former members of Pretty Girls Make Graves, Hint Hint and Cobra High didn’t expect to make an acoustic record together, but when they picked up the guitars when living together in Seattle it’s what happened.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}