Information about plays

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

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

{
    "id": 3580334,
    "uri": "https://api.kexp.org/v2/plays/3580334/?format=api",
    "airdate": "2025-11-19T18:34:00-08:00",
    "show": 65155,
    "show_uri": "https://api.kexp.org/v2/shows/65155/?format=api",
    "image_uri": "https://ia801805.us.archive.org/20/items/mbid-c91516a2-18ab-4b5b-8021-4b576e753da6/mbid-c91516a2-18ab-4b5b-8021-4b576e753da6-2587757525_thumb500.jpg",
    "thumbnail_uri": "https://dn710609.ca.archive.org/0/items/mbid-c91516a2-18ab-4b5b-8021-4b576e753da6/mbid-c91516a2-18ab-4b5b-8021-4b576e753da6-2587757525_thumb250.jpg",
    "song": "Reverence",
    "track_id": "c654d09a-3f45-3eb3-b4ae-01f3e9f58c76",
    "recording_id": "4d0483b1-706a-49f0-be47-71a5a06d9f6c",
    "artist": "Faithless",
    "artist_ids": [
        "23d9d74d-c95e-46a6-be26-a6075c49747a"
    ],
    "album": "Reverence",
    "release_id": "c91516a2-18ab-4b5b-8021-4b576e753da6",
    "release_group_id": "1bb277e1-20ed-399f-99f2-c97aea745092",
    "labels": [
        "Cheeky Records"
    ],
    "label_ids": [
        "a1a1d3ce-4a27-41da-ac03-ac1e58e72203"
    ],
    "release_date": "1996-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Kevin!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}