Information about plays

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

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

{
    "id": 3572409,
    "uri": "https://api.kexp.org/v2/plays/3572409/?format=api",
    "airdate": "2025-11-01T00:50:55-07:00",
    "show": 64987,
    "show_uri": "https://api.kexp.org/v2/shows/64987/?format=api",
    "image_uri": "https://ia801305.us.archive.org/2/items/mbid-78e3e537-1a94-4514-98d4-3561fc61f307/mbid-78e3e537-1a94-4514-98d4-3561fc61f307-9816947167_thumb500.jpg",
    "thumbnail_uri": "https://ia801305.us.archive.org/2/items/mbid-78e3e537-1a94-4514-98d4-3561fc61f307/mbid-78e3e537-1a94-4514-98d4-3561fc61f307-9816947167_thumb250.jpg",
    "song": "Farmers Market of the Beast",
    "track_id": "8478ac0b-7615-300a-b914-45446b2021d4",
    "recording_id": "1c1361ff-6965-483d-8757-54d402af1d2e",
    "artist": "The Shape Shifters & Of Mexican Descent",
    "artist_ids": [
        "ac647ced-0f45-4c5f-ad15-8f4cbcbb43fe",
        "19d5a616-408b-40df-889e-bf5e44049937"
    ],
    "album": "Beneath the Surface",
    "release_id": "78e3e537-1a94-4514-98d4-3561fc61f307",
    "release_group_id": "4d632bc4-6b4b-34bf-a566-870d489065a0",
    "labels": [
        "Celestial Recordings"
    ],
    "label_ids": [
        "fd4f2959-77b0-4413-a77e-8f3d66cf666d"
    ],
    "release_date": "1999-06-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Russell in TX",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}