Information about plays

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

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

{
    "id": 3576509,
    "uri": "https://api.kexp.org/v2/plays/3576509/?format=api",
    "airdate": "2025-11-10T18:12:04-08:00",
    "show": 65075,
    "show_uri": "https://api.kexp.org/v2/shows/65075/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Upside Down (Candy Crush",
    "track_id": null,
    "recording_id": null,
    "artist": "Thundercat",
    "artist_ids": [
        "044fd265-79dd-43eb-afc4-8b20becf7e17"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-11-06",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://thundercat.bandcamp.com/album/upside-down-candy-crush\n\nCover of Diana Ross",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}