Information about plays

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

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

{
    "id": 3601150,
    "uri": "https://api.kexp.org/v2/plays/3601150/?format=api",
    "airdate": "2026-01-06T21:10:42-08:00",
    "show": 65582,
    "show_uri": "https://api.kexp.org/v2/shows/65582/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "See Yourself As One",
    "track_id": null,
    "recording_id": null,
    "artist": "Debbie Gaskin",
    "artist_ids": [],
    "album": "DEBBIE GASKIN & ETERNAL LOVE COMBO",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Local Dish"
    ],
    "label_ids": [
        "8745f698-5d05-428a-95db-54ebe9cf5e63"
    ],
    "release_date": "2025-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://localdish.bandcamp.com/album/debbie-gaskin-eternal-love-combo-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}