Information about plays

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

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

{
    "id": 3578271,
    "uri": "https://api.kexp.org/v2/plays/3578271/?format=api",
    "airdate": "2025-11-15T00:09:42-08:00",
    "show": 65111,
    "show_uri": "https://api.kexp.org/v2/shows/65111/?format=api",
    "image_uri": "https://coverartarchive.org/release/6474e0e7-82e8-4336-b217-ac07d4a189b7/15282819991-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6474e0e7-82e8-4336-b217-ac07d4a189b7/15282819991-250.jpg",
    "song": "We Roll",
    "track_id": null,
    "recording_id": "0e3b4b12-c972-4ed8-a7d9-46c12f8c2685",
    "artist": "Pete Rock, Jim Jones & Max B",
    "artist_ids": [
        "39a973f2-0785-4ef6-90d9-551378864f89",
        "81148ae0-47e9-4830-ac97-8e69b6c71706",
        "372119b0-2350-455f-acd8-6371bc947531"
    ],
    "album": "NY's Finest",
    "release_id": null,
    "release_group_id": "49b7ee99-42e3-387c-b5d2-9ec822feb042",
    "labels": [
        "Nature Sounds"
    ],
    "label_ids": [
        "20328bb6-97fc-45be-b665-b2929bae91cf"
    ],
    "release_date": "2008-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Max B is FREE!\nhttps://pitchfork.com/thepitch/the-return-of-max-b/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}