Information about plays

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

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

{
    "id": 3556505,
    "uri": "https://api.kexp.org/v2/plays/3556505/?format=api",
    "airdate": "2025-09-22T23:51:32-07:00",
    "show": 64637,
    "show_uri": "https://api.kexp.org/v2/shows/64637/?format=api",
    "image_uri": "https://coverartarchive.org/release/19a1b784-496f-444f-8043-f0ac97c541bf/3303295676-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/19a1b784-496f-444f-8043-f0ac97c541bf/3303295676-250.jpg",
    "song": "Eyes Are Mosaics",
    "track_id": null,
    "recording_id": null,
    "artist": "Cocteau Twins and Harold Budd",
    "artist_ids": [],
    "album": "The Moon and the Melodies",
    "release_id": null,
    "release_group_id": "6f7f19e2-e75e-3697-affe-9d56bfc34750",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1986-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(This one practically played itself)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}