Information about plays

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

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

{
    "id": 3617474,
    "uri": "https://api.kexp.org/v2/plays/3617474/?format=api",
    "airdate": "2026-02-14T18:00:15-08:00",
    "show": 65935,
    "show_uri": "https://api.kexp.org/v2/shows/65935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everyday Is Valentine's Day",
    "track_id": "3de145cf-66c4-31b4-a8e9-42f1b697f359",
    "recording_id": "b1394621-d549-4fa9-819f-7699660c3078",
    "artist": "Kissing Book",
    "artist_ids": [
        "db150a15-be47-4fb0-9671-623aa1ef49b9"
    ],
    "album": "Lines & Color",
    "release_id": "e832b3a1-11db-4d14-990f-62593c4bdbf8",
    "release_group_id": "430f6c71-58ae-3d04-b897-480f615dd26b",
    "labels": [
        "Magic Marker Records"
    ],
    "label_ids": [
        "d1cfe358-893e-4130-9e11-56e7b2748210"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Valentine's Day! Enjoy this set of lovey-dovey tunes, including this one from Portland band Kissing Book!\n\n\"I got some construction paper and some glue\nI got some glitter and some stars too\nI had something to say\nSo I spent all day cutting and pasting a message for you\"\n\nhttps://andrewkaffer.bandcamp.com/album/everyday-is-valentines-day-featuring-tali-white",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}