Information about plays

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

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

{
    "id": 3552125,
    "uri": "https://api.kexp.org/v2/plays/3552125/?format=api",
    "airdate": "2025-09-12T14:36:00-07:00",
    "show": 64542,
    "show_uri": "https://api.kexp.org/v2/shows/64542/?format=api",
    "image_uri": "https://ia600709.us.archive.org/9/items/mbid-ee9f7554-25f0-47a6-a45f-3e50c6cc8d0e/mbid-ee9f7554-25f0-47a6-a45f-3e50c6cc8d0e-41588614476_thumb500.jpg",
    "thumbnail_uri": "https://ia600709.us.archive.org/9/items/mbid-ee9f7554-25f0-47a6-a45f-3e50c6cc8d0e/mbid-ee9f7554-25f0-47a6-a45f-3e50c6cc8d0e-41588614476_thumb250.jpg",
    "song": "Urges",
    "track_id": "0729f25e-a0a6-4183-b32d-26523147625e",
    "recording_id": "4a169c97-1bc2-44e1-94d6-9fe7c18173d2",
    "artist": "Kaitlyn Aurelia Smith",
    "artist_ids": [
        "61b94735-8bb8-4c25-b263-b3c95f472d8b"
    ],
    "album": "GUSH",
    "release_id": "ee9f7554-25f0-47a6-a45f-3e50c6cc8d0e",
    "release_group_id": "31413b84-5a9e-42a1-9f40-80c1756884da",
    "labels": [
        "Nettwerk Music Group Inc."
    ],
    "label_ids": [
        "9af80f94-5a43-4e8d-8e93-5facddcd65e7"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Grew up on Orcas Island and is a Buchla synth wizard.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}