Information about plays

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

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

{
    "id": 3628882,
    "uri": "https://api.kexp.org/v2/plays/3628882/?format=api",
    "airdate": "2026-03-14T18:00:38-07:00",
    "show": 66182,
    "show_uri": "https://api.kexp.org/v2/shows/66182/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Silent War",
    "track_id": "fb5dbae8-4372-4a38-b36e-bf675239a387",
    "recording_id": "8926e479-d5da-4f0b-9447-68f257d00b33",
    "artist": "Pleasurecraft",
    "artist_ids": [
        "075277cf-173b-4c9e-ba5d-342eabf51e37"
    ],
    "album": "This Is a Blackout",
    "release_id": "385b7ddc-9d30-47e3-9183-53115ef40dc7",
    "release_group_id": "9e869195-5139-48a2-9de2-31605026cd63",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Perfect for dancing all night or traveling all day, the songs on \"Blackout\" are infused with stories of digital love, futuristic heartache and technological breakdowns that will leave you packing for your next trip.\"\n\nhttps://open.spotify.com/album/7rC9cc8ssrI8cjkf3AW8sr",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}