Information about plays

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

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

{
    "id": 3629542,
    "uri": "https://api.kexp.org/v2/plays/3629542/?format=api",
    "airdate": "2026-03-16T00:55:21-07:00",
    "show": 66193,
    "show_uri": "https://api.kexp.org/v2/shows/66193/?format=api",
    "image_uri": "https://coverartarchive.org/release/fb1a91a0-5f56-42c9-86a6-e4dd30046f93/40419090934-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fb1a91a0-5f56-42c9-86a6-e4dd30046f93/40419090934-250.jpg",
    "song": "Desert Bloom",
    "track_id": null,
    "recording_id": "be5459e4-888f-4982-82bb-01e6b52b9d89",
    "artist": "Neon Ion",
    "artist_ids": [
        "327428ba-7685-4635-9788-4b8832aa53c9"
    ],
    "album": "Desert Bloom",
    "release_id": null,
    "release_group_id": "a6d60f54-be42-491b-a842-52bf37631bbd",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}