Information about plays

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

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

{
    "id": 3590984,
    "uri": "https://api.kexp.org/v2/plays/3590984/?format=api",
    "airdate": "2025-12-14T11:48:01-08:00",
    "show": 65376,
    "show_uri": "https://api.kexp.org/v2/shows/65376/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Something To Hold On To",
    "track_id": null,
    "recording_id": null,
    "artist": "Sonny & the Sunsets",
    "artist_ids": [
        "c0598d2a-803b-4950-9336-a8155d418561"
    ],
    "album": "The Diving Kind",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rocks In Your Head"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of Greg Vandy's 2025 favorites: https://www.instagram.com/p/DSKt796FCPR/  \n--\nRecorded on his trip in Senegal. He says the album's title was inspired by watching \"kids in Senegal jump off an old half sunken boat into the ocean, one after another. i thought, sometimes when you are going down through the air, if you resist it, then it’s defintitly falling. but if you embrace it, it’s diving.\"\n\nhttps://sonnyandthesunsets.bandcamp.com/album/the-diving-kind",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}