Information about plays

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

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

{
    "id": 3552914,
    "uri": "https://api.kexp.org/v2/plays/3552914/?format=api",
    "airdate": "2025-09-14T10:05:16-07:00",
    "show": 64560,
    "show_uri": "https://api.kexp.org/v2/shows/64560/?format=api",
    "image_uri": "https://coverartarchive.org/release/d1d91d40-77bb-4f81-89e0-904e9ab1072f/41197315494-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d1d91d40-77bb-4f81-89e0-904e9ab1072f/41197315494-250.jpg",
    "song": "Trickster Coyote",
    "track_id": null,
    "recording_id": "a4ec9ffb-ab36-4152-b55f-7f24fd227eef",
    "artist": "Blue Moon Marquee",
    "artist_ids": [
        "01fa4aff-3782-4b37-8010-028d9c13d1aa"
    ],
    "album": "New Orleans Sessions",
    "release_id": null,
    "release_group_id": "6a5991ed-3736-4dac-8a1e-3071d2b37977",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The British-Columbian band recorded this album of originals and songs they love from the early 1900s live off-the-floor in New Orleans.\nhttps://bluemoonmarquee.bandcamp.com/album/new-orleans-sessions",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}