Information about plays

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

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

{
    "id": 3630343,
    "uri": "https://api.kexp.org/v2/plays/3630343/?format=api",
    "airdate": "2026-03-17T21:59:03-07:00",
    "show": 66209,
    "show_uri": "https://api.kexp.org/v2/shows/66209/?format=api",
    "image_uri": "https://coverartarchive.org/release/4cbce3a9-9172-4415-8bfc-4afead1cde41/41790992875-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4cbce3a9-9172-4415-8bfc-4afead1cde41/41790992875-250.jpg",
    "song": "anything, anything",
    "track_id": null,
    "recording_id": "4e2bcea0-f326-471e-af8f-5cf0dbb30de7",
    "artist": "Good Enough",
    "artist_ids": [
        "49f96dc9-5f80-4f63-a335-76c5c53428c6"
    ],
    "album": "anything, anything",
    "release_id": null,
    "release_group_id": "6f72d713-5d34-4d95-9833-dd08634aebd8",
    "labels": [
        "Loose Change"
    ],
    "label_ids": [
        "45f1e71e-d1b5-40cf-8c40-6dc2bb97a0ba"
    ],
    "release_date": "2025-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally from Atlanta, Good Enough are now a Seattle-based band made up of Ash Aphale and Marcus Jernigan\nhttps://www.instagram.com/thebandgoodenough/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}