Information about plays

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

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

{
    "id": 3589405,
    "uri": "https://api.kexp.org/v2/plays/3589405/?format=api",
    "airdate": "2025-12-10T16:15:29-08:00",
    "show": 65341,
    "show_uri": "https://api.kexp.org/v2/shows/65341/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just Passing Through",
    "track_id": "4575c4bb-0f29-4295-adb1-e52cec24e157",
    "recording_id": "c5903dbe-a4b4-423a-8bcd-3ae563157332",
    "artist": "Flying Mojito Bros feat. Desert Oracle",
    "artist_ids": [
        "e5b534dc-da42-491c-80b5-376e6fa821f7",
        "569d571e-8660-4354-91a2-dd87a693c126"
    ],
    "album": "Just Passing Through",
    "release_id": "16e900f3-8b64-4851-9522-b2f5ae9a942c",
    "release_group_id": "12814551-08ff-41c5-8f7b-b479d80b3c2f",
    "labels": [
        "Ubiquity"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2025-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of Evie's favorites from the year!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}