Information about plays

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

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

{
    "id": 3567775,
    "uri": "https://api.kexp.org/v2/plays/3567775/?format=api",
    "airdate": "2025-10-20T22:36:41-07:00",
    "show": 64891,
    "show_uri": "https://api.kexp.org/v2/shows/64891/?format=api",
    "image_uri": "https://coverartarchive.org/release/1351f1fa-c7b0-41e6-8f73-0c0c211d91b4/33099003470-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1351f1fa-c7b0-41e6-8f73-0c0c211d91b4/33099003470-250.jpg",
    "song": "Diyanye Ko (Passion)",
    "track_id": null,
    "recording_id": null,
    "artist": "Orchestra Gold",
    "artist_ids": [
        "59943af3-62dc-49e1-a2f9-dbb481600c20"
    ],
    "album": "Dakan",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oakland group, where \"psychedelic rock collides with Malian soul in a sonic ritual where fate dances with shared purpose\" - https://orchestragold.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}