Information about plays

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

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

{
    "id": 3558584,
    "uri": "https://api.kexp.org/v2/plays/3558584/?format=api",
    "airdate": "2025-09-27T23:05:31-07:00",
    "show": 64686,
    "show_uri": "https://api.kexp.org/v2/shows/64686/?format=api",
    "image_uri": "https://coverartarchive.org/release/0f44c0f5-a0b7-4cc0-900a-677cdd8a5590/41900694465-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0f44c0f5-a0b7-4cc0-900a-677cdd8a5590/41900694465-250.jpg",
    "song": "Pig Champion",
    "track_id": null,
    "recording_id": "8df8caf7-9544-4f99-b20c-bf8f7e97194e",
    "artist": "G*U*N*N",
    "artist_ids": [
        "4c74285b-f789-4c31-98ff-48c098651d67"
    ],
    "album": "G*U*N*N",
    "release_id": null,
    "release_group_id": "1e081b74-88d7-4e66-803a-31a8d273f0c2",
    "labels": [
        "Going Underground"
    ],
    "label_ids": [
        "3800f078-f752-426b-86a7-dc790ae7a460"
    ],
    "release_date": "2025-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After what seems like an eternity, the long fabled G*U*N*N LP is here!  Some members also in Seudo Youth.\n\nhttps://goingundergroundrecords.bandcamp.com/album/g-u-n-n",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}