Information about plays

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

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

{
    "id": 3584996,
    "uri": "https://api.kexp.org/v2/plays/3584996/?format=api",
    "airdate": "2025-11-30T12:44:26-08:00",
    "show": 65253,
    "show_uri": "https://api.kexp.org/v2/shows/65253/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Portrait of My Heart",
    "track_id": "aa8ced48-8023-46c9-bc77-4014aba11526",
    "recording_id": "973146d2-5fcb-4881-a299-309e08629779",
    "artist": "SPELLLING",
    "artist_ids": [
        "25521b37-fcf4-4204-8dca-e28bcda1e004"
    ],
    "album": "Portrait of My Heart",
    "release_id": "39a4aaaa-a0fe-49b8-8e28-ded07fa94597",
    "release_group_id": "778df416-4baa-49dc-82d6-ede642f5ddab",
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2025-03-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request from Maria in Oakland!\n\nOakland based band SPELLLING played Live on KEXP in February at 25th Street Recording in Oakland as part of our visit for Noise Pop 2025. Watch the video here:  https://www.youtube.com/watch?v=Qc95Q8Tawoc.\n\nhttps://spellling.bandcamp.com/album/portrait-of-my-heart\nhttps://www.spelllingmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}