Information about plays

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

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

{
    "id": 3543190,
    "uri": "https://api.kexp.org/v2/plays/3543190/?format=api",
    "airdate": "2025-08-22T06:15:17-07:00",
    "show": 64353,
    "show_uri": "https://api.kexp.org/v2/shows/64353/?format=api",
    "image_uri": "https://ia902907.us.archive.org/27/items/mbid-b20f9816-4c80-4966-8eaa-144b24a3e4bf/mbid-b20f9816-4c80-4966-8eaa-144b24a3e4bf-15325225142_thumb500.jpg",
    "thumbnail_uri": "https://ia902907.us.archive.org/27/items/mbid-b20f9816-4c80-4966-8eaa-144b24a3e4bf/mbid-b20f9816-4c80-4966-8eaa-144b24a3e4bf-15325225142_thumb250.jpg",
    "song": "Cult of Personality",
    "track_id": "93123ba3-46d7-3255-be1d-dedfe819b0d9",
    "recording_id": "fb66b077-6be2-4a14-8e49-b7b8d0ccb438",
    "artist": "Living Colour",
    "artist_ids": [
        "dc6f8c1f-626b-42b0-9115-7e66ae4cecd6"
    ],
    "album": "Say Anything",
    "release_id": "b20f9816-4c80-4966-8eaa-144b24a3e4bf",
    "release_group_id": "a2ca8032-c88c-3ad9-90c2-4dd3f29fd93e",
    "labels": [
        "WTG Records"
    ],
    "label_ids": [
        "ca73c671-267a-472f-87cd-34302075b0a0"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "By request, for William in Dallas.\n\nHBD to Vernon Reid, born this day in 1958.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}