Information about plays

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

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

{
    "id": 3585981,
    "uri": "https://api.kexp.org/v2/plays/3585981/?format=api",
    "airdate": "2025-12-02T19:49:21-08:00",
    "show": 65273,
    "show_uri": "https://api.kexp.org/v2/shows/65273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(nendest) narkootikumidest ei tea me (küll) midagi",
    "track_id": null,
    "recording_id": "6c6a877c-2e0f-4df9-89b0-72abb8647c29",
    "artist": "Puuluup",
    "artist_ids": [],
    "album": "Live On KEXP 2025",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's this particular track: https://www.youtube.com/watch?v=PdCfXxQbKxY\n\nHere's the whole set: https://www.youtube.com/watch?v=o_6qkNny1pI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}