Information about plays

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

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

{
    "id": 3637007,
    "uri": "https://api.kexp.org/v2/plays/3637007/?format=api",
    "airdate": "2026-04-02T20:47:27-07:00",
    "show": 66348,
    "show_uri": "https://api.kexp.org/v2/shows/66348/?format=api",
    "image_uri": "https://coverartarchive.org/release/7541c04f-83de-4bec-aa74-4b8750480400/43283059537-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7541c04f-83de-4bec-aa74-4b8750480400/43283059537-250.jpg",
    "song": "Different Color Stones",
    "track_id": null,
    "recording_id": "2c397623-ec8a-4be5-9abe-b1931a7d8964",
    "artist": "TiaCorine",
    "artist_ids": [
        "ad45f650-0ee6-431f-bb2d-4b340befd73e"
    ],
    "album": "CORINIAN",
    "release_id": null,
    "release_group_id": "adac36ba-b836-4fa2-b400-f2f03e555fa9",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2025-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://soundcloud.com/tiacorine/sets/corinian",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}