Information about plays

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

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

{
    "id": 3667586,
    "uri": "https://api.kexp.org/v2/plays/3667586/?format=api",
    "airdate": "2026-06-13T22:55:05-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "https://coverartarchive.org/release/d0ae79d4-531f-4570-b02b-ca0ef0aa2bf4/42233793414-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d0ae79d4-531f-4570-b02b-ca0ef0aa2bf4/42233793414-250.jpg",
    "song": "Teenage Acidhead",
    "track_id": null,
    "recording_id": "5dd46fed-6c4c-4ec5-ac36-7aa7158af8ad",
    "artist": "Fred Speakman",
    "artist_ids": [
        "de9f4e3d-a4a6-4d51-8bd5-337a2199e569"
    ],
    "album": "ABCDEFGoodbye!!",
    "release_id": null,
    "release_group_id": "3a844252-f99e-4585-a153-153bdacf6455",
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [],
    "release_date": "2020-12-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "26 songs on the album all less than a minute long\n\n\nhttps://fredspeakman2020.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}