Information about plays

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

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

{
    "id": 3641943,
    "uri": "https://api.kexp.org/v2/plays/3641943/?format=api",
    "airdate": "2026-04-14T10:22:23-07:00",
    "show": 66451,
    "show_uri": "https://api.kexp.org/v2/shows/66451/?format=api",
    "image_uri": "https://dn720902.ca.archive.org/0/items/mbid-fe8e9fa8-9bc8-4b91-8840-7e46da3c668b/mbid-fe8e9fa8-9bc8-4b91-8840-7e46da3c668b-44074318504_thumb500.jpg",
    "thumbnail_uri": "https://dn720902.ca.archive.org/0/items/mbid-fe8e9fa8-9bc8-4b91-8840-7e46da3c668b/mbid-fe8e9fa8-9bc8-4b91-8840-7e46da3c668b-44074318504_thumb250.jpg",
    "song": "Orange Wine",
    "track_id": "75985b1d-0a8b-4a8b-a8aa-2470cf30cb1b",
    "recording_id": "2ef38b1b-e702-469a-9d26-a98dd92a5765",
    "artist": "Morgan Nagler",
    "artist_ids": [
        "202c758b-6bc2-4ce4-ba2b-3cec3b22adde"
    ],
    "album": "I’ve Got Nothing to Lose, and I’m Losing It",
    "release_id": "fe8e9fa8-9bc8-4b91-8840-7e46da3c668b",
    "release_group_id": "598c9c3f-c183-4275-8595-fcbccc256d2f",
    "labels": [
        "Little Operation"
    ],
    "label_ids": [
        "7a1d208a-1986-4346-a0b8-9308dfe50c7b"
    ],
    "release_date": "2026-03-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was co-written by Morgan Nagler and Kyle Thomas (King Tuff), who also produced it.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}