Information about plays

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

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

{
    "id": 3579907,
    "uri": "https://api.kexp.org/v2/plays/3579907/?format=api",
    "airdate": "2025-11-18T16:41:41-08:00",
    "show": 65147,
    "show_uri": "https://api.kexp.org/v2/shows/65147/?format=api",
    "image_uri": "https://ia804607.us.archive.org/27/items/mbid-0809377f-7363-453a-8b7b-f7c25ab821b9/mbid-0809377f-7363-453a-8b7b-f7c25ab821b9-40995574892_thumb500.jpg",
    "thumbnail_uri": "https://ia804607.us.archive.org/27/items/mbid-0809377f-7363-453a-8b7b-f7c25ab821b9/mbid-0809377f-7363-453a-8b7b-f7c25ab821b9-40995574892_thumb250.jpg",
    "song": "Special",
    "track_id": "0cc3f36f-ac6f-420d-b466-20df7a2ece85",
    "recording_id": "b87aed57-941d-48b2-a92a-9fc6c88621b6",
    "artist": "Scowl",
    "artist_ids": [
        "c81f7820-ee5b-46ef-9b78-027d38b9a1aa"
    ],
    "album": "Are We All Angels",
    "release_id": "0809377f-7363-453a-8b7b-f7c25ab821b9",
    "release_group_id": "1c8cdb68-e22a-4363-b2b7-6b2b7f6cc75e",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2025-04-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Scowl is a hardcore band, also out of Santa Cruz. Their new album, Are We All Angels, was released earlier this year. \n\nhttps://www.scowl40831.com\nhttps://scowl831.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}