Information about plays

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

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

{
    "id": 3594048,
    "uri": "https://api.kexp.org/v2/plays/3594048/?format=api",
    "airdate": "2025-12-21T14:15:56-08:00",
    "show": 65439,
    "show_uri": "https://api.kexp.org/v2/shows/65439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Staycation",
    "track_id": "031d6d5d-3aee-499a-9f9e-f6a2672f48b9",
    "recording_id": "5761dab6-5b2d-438b-a9eb-304d873b11db",
    "artist": "Amerigo Gazaway feat. Dillon",
    "artist_ids": [
        "ddfdbf72-2eef-4e11-9e61-6259dce27ca4",
        "7740488b-2d31-422b-8764-1b39ba4e0f08"
    ],
    "album": "Another Christmas Album",
    "release_id": "0ba9e429-d754-4fa4-85eb-27f1d877d453",
    "release_group_id": "f7754bb8-0d9f-4dfc-9dbe-fe045695458d",
    "labels": [
        "Soul Mates Records"
    ],
    "label_ids": [
        "f6a1510a-d31d-4112-921f-3f3b02d581d8"
    ],
    "release_date": "2023-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Christmas Staycation is all about embracing the joy of kicking back during the holidays - trading family gatherings for Netflix marathons, video games, and cozy moments in sweatpants. It's a humorous take on celebrating the season in the comfort of your own home.\" - Amerigo Gazaway\n\nhttps://amerigo.bandcamp.com/album/another-christmas-album\nhttps://amerigomusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}