Information about plays

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

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

{
    "id": 3570096,
    "uri": "https://api.kexp.org/v2/plays/3570096/?format=api",
    "airdate": "2025-10-26T04:40:02-07:00",
    "show": 64937,
    "show_uri": "https://api.kexp.org/v2/shows/64937/?format=api",
    "image_uri": "https://coverartarchive.org/release/f561417c-cf20-45d0-8cff-ae4be3357523/19293536477-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f561417c-cf20-45d0-8cff-ae4be3357523/19293536477-250.jpg",
    "song": "Misaki De Matsuwa 岬で待つわ",
    "track_id": null,
    "recording_id": null,
    "artist": "Jagatara",
    "artist_ids": [
        "40b6a86a-0054-4719-a3a3-029f101be8d5"
    ],
    "album": "Hadaka No Ohsama 裸の王様",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Doctor Records"
    ],
    "label_ids": [],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(Reeves said I can play all the wild '80s Japanese psych rock I want tonight)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}