Information about plays

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

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

{
    "id": 3590388,
    "uri": "https://api.kexp.org/v2/plays/3590388/?format=api",
    "airdate": "2025-12-13T01:35:01-08:00",
    "show": 65362,
    "show_uri": "https://api.kexp.org/v2/shows/65362/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kids Alone (single version)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Ultimate Dreamers",
    "artist_ids": [
        "aa1bba27-ec17-4442-9013-632c38528451"
    ],
    "album": "Kids Alone EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Spleen+"
    ],
    "label_ids": [
        "5d83e694-d5ca-42d9-b783-0f6968e9d91d"
    ],
    "release_date": "2025-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://theultimatedreamers.bandcamp.com/album/kids-alone-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}