Information about plays

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

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

{
    "id": 3590604,
    "uri": "https://api.kexp.org/v2/plays/3590604/?format=api",
    "airdate": "2025-12-13T15:05:49-08:00",
    "show": 65368,
    "show_uri": "https://api.kexp.org/v2/shows/65368/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Tears You Shed",
    "track_id": "f7b8c061-38ce-4c5d-8f23-5c897df199f6",
    "recording_id": "a6bb316c-16e8-41f0-9ace-ef8066d86e8d",
    "artist": "Ruby Lustre",
    "artist_ids": [
        "465d7164-22a4-40a1-bd7f-de48fccac87c"
    ],
    "album": "Hex Box",
    "release_id": "206573e1-4a0f-4ef7-be9f-c56f8901b29f",
    "release_group_id": "47581456-42c0-40b2-b9fc-69f2745e7a7e",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-02-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ruby Lustre describe themselves as a darkwave synth duo from the lush setting of Portland, OR. Ruby Lustre is a collaboration between long time partners Devon (guitar/bass/production) and Liza (vocals/lyrics). https://rubylustre.bandcamp.com/album/hex-box-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}