Information about plays

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

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

{
    "id": 3583912,
    "uri": "https://api.kexp.org/v2/plays/3583912/?format=api",
    "airdate": "2025-11-28T03:43:32-08:00",
    "show": 65228,
    "show_uri": "https://api.kexp.org/v2/shows/65228/?format=api",
    "image_uri": "https://coverartarchive.org/release/2f42e0f7-521e-4571-90a0-272bb4c04702/6418077513-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2f42e0f7-521e-4571-90a0-272bb4c04702/6418077513-250.jpg",
    "song": "Dog Food",
    "track_id": null,
    "recording_id": "8cf1418d-b330-4402-9bae-c4ee1b88b34c",
    "artist": "Iggy Pop",
    "artist_ids": [
        "f37b3f31-b1f8-4b88-8cb5-b34f709b17d7"
    ],
    "album": "Soldier",
    "release_id": null,
    "release_group_id": "c5edcdd1-2235-3c17-9d18-2ab3f5dfcb88",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1980-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}