Information about plays

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

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

{
    "id": 3564439,
    "uri": "https://api.kexp.org/v2/plays/3564439/?format=api",
    "airdate": "2025-10-13T04:40:30-07:00",
    "show": 64822,
    "show_uri": "https://api.kexp.org/v2/shows/64822/?format=api",
    "image_uri": "https://coverartarchive.org/release/63a350a3-9a5f-47d5-9d5f-5ddb30e3159a/35460036099-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/63a350a3-9a5f-47d5-9d5f-5ddb30e3159a/35460036099-250.jpg",
    "song": "Hooch",
    "track_id": null,
    "recording_id": "4310eee6-af15-4d39-8d5c-42ae3a3c5df3",
    "artist": "Melvins",
    "artist_ids": [
        "9ccfbc94-a4f4-42f7-b6f5-d903ab77cccb"
    ],
    "album": "Houdini",
    "release_id": null,
    "release_group_id": "76ce6e14-2938-3653-8fd9-e1f31a33deb2",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1993-09-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}