Information about plays

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

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

{
    "id": 3593934,
    "uri": "https://api.kexp.org/v2/plays/3593934/?format=api",
    "airdate": "2025-12-21T08:31:10-08:00",
    "show": 65437,
    "show_uri": "https://api.kexp.org/v2/shows/65437/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You're the Best",
    "track_id": null,
    "recording_id": "21e69e79-e2a8-4ed2-bb5f-09432f4df7da",
    "artist": "Hasco Enjoyments",
    "artist_ids": [
        "385efca2-1fd4-4d29-a0c2-c265cdd9d0ff"
    ],
    "album": "Wow!",
    "release_id": null,
    "release_group_id": "b86b83f5-6ba6-4d8e-b389-812f3bb100c0",
    "labels": [
        "Rope Worm"
    ],
    "label_ids": [],
    "release_date": "2025-01-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Closing track to a playful instrumental album from LA-based outfit Hasco Enjoyments ~ https://hascoenjoyments.bandcamp.com/album/wow",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}