Information about plays

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

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

{
    "id": 3581669,
    "uri": "https://api.kexp.org/v2/plays/3581669/?format=api",
    "airdate": "2025-11-22T22:33:29-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "https://coverartarchive.org/release/229c721d-c786-4732-9538-69edec03ffc1/30911272876-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/229c721d-c786-4732-9538-69edec03ffc1/30911272876-250.jpg",
    "song": "smell my tongue",
    "track_id": null,
    "recording_id": "be340e29-623f-4f9a-852e-773526eeda63",
    "artist": "The Monsters",
    "artist_ids": [
        "3abddde8-3e0e-45b6-ba52-36d03c5329e8"
    ],
    "album": "you're class i'm trash",
    "release_id": null,
    "release_group_id": "9ffe9b97-09d1-4b09-9ca7-d66013db11b5",
    "labels": [
        "Voodoo Rhythm Records"
    ],
    "label_ids": [
        "34f25262-c441-462b-ac43-b2f7974780f2"
    ],
    "release_date": "2021-11-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "The Monsters where formed in 1986 in Bern, capital of Switzerland.\n\nhttps://the-monsters.bandcamp.com/album/youre-class-im-trash\nhttps://www.themonsters.ch/bio/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}