Information about plays

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

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

{
    "id": 3605727,
    "uri": "https://api.kexp.org/v2/plays/3605727/?format=api",
    "airdate": "2026-01-17T21:58:21-08:00",
    "show": 65679,
    "show_uri": "https://api.kexp.org/v2/shows/65679/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Potion Control",
    "track_id": null,
    "recording_id": null,
    "artist": "Ryan Reidy",
    "artist_ids": [
        "01d331f4-fff9-416d-9d9b-47f347994f7e"
    ],
    "album": "Fringe Body Parts",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Money Pyre"
    ],
    "label_ids": [],
    "release_date": "2025-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Latest album from this LA and Chicago based artist\n\nhttps://ryanreidy.bandcamp.com/\nhttps://www.ryanreidy.art/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}