Information about plays

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

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

{
    "id": 3565180,
    "uri": "https://api.kexp.org/v2/plays/3565180/?format=api",
    "airdate": "2025-10-15T00:05:37-07:00",
    "show": 64837,
    "show_uri": "https://api.kexp.org/v2/shows/64837/?format=api",
    "image_uri": "https://dn721500.ca.archive.org/0/items/mbid-a6d3052a-1c2d-4e35-bac3-7d8f73ebd0c9/mbid-a6d3052a-1c2d-4e35-bac3-7d8f73ebd0c9-43197620336_thumb500.jpg",
    "thumbnail_uri": "https://ia800100.us.archive.org/16/items/mbid-a6d3052a-1c2d-4e35-bac3-7d8f73ebd0c9/mbid-a6d3052a-1c2d-4e35-bac3-7d8f73ebd0c9-43197620336_thumb250.jpg",
    "song": "Azimuth",
    "track_id": "f4bb509d-7766-42c4-9d3a-1b153d559333",
    "recording_id": "519078ed-6a99-446a-8ae2-994a744c74dd",
    "artist": "Danny L Harle & Caroline Polachek",
    "artist_ids": [
        "d8f43dc5-4613-48ac-8c23-a62b82f8c67a",
        "1fd94d42-5e6a-46f2-84bf-9cc0be6c009f"
    ],
    "album": "Azimuth",
    "release_id": "a6d3052a-1c2d-4e35-bac3-7d8f73ebd0c9",
    "release_group_id": "8e17e105-ba0e-48a3-ae61-a6a62efc2016",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2025-10-02",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}