Information about plays

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

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

{
    "id": 3597196,
    "uri": "https://api.kexp.org/v2/plays/3597196/?format=api",
    "airdate": "2025-12-28T14:05:19-08:00",
    "show": 65498,
    "show_uri": "https://api.kexp.org/v2/shows/65498/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All We Need (Beat Connection Remix)",
    "track_id": "ed0cedad-603f-4cbf-b395-85417fd6915e",
    "recording_id": "9a534c88-0749-4741-9791-2c85b8fbe485",
    "artist": "ODESZA",
    "artist_ids": [
        "2e222fce-02ae-4221-b1c6-3c3242b423b6"
    ],
    "album": "All We Need (Remixes)",
    "release_id": "da081607-ab37-45ad-aa81-d9a917ddbb32",
    "release_group_id": "60d47e6d-f122-477c-971f-bde1771a0fad",
    "labels": [
        "Counter Records"
    ],
    "label_ids": [
        "93214c28-306f-493f-a1e8-be3e04e1ab78"
    ],
    "release_date": "2015-02-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out a live 2017 in-studio performance at\nhttps://youtu.be/aGVU_1Udhrs\n\nhttps://odesza.bandcamp.com/album/all-we-need-remixes\nhttps://odesza.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}