Information about plays

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

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

{
    "id": 3574445,
    "uri": "https://api.kexp.org/v2/plays/3574445/?format=api",
    "airdate": "2025-11-05T20:44:20-08:00",
    "show": 65032,
    "show_uri": "https://api.kexp.org/v2/shows/65032/?format=api",
    "image_uri": "https://ia804503.us.archive.org/20/items/mbid-705c5262-ad32-4dd0-9636-d611b3036776/mbid-705c5262-ad32-4dd0-9636-d611b3036776-29586541624_thumb500.jpg",
    "thumbnail_uri": "https://dn721609.ca.archive.org/0/items/mbid-705c5262-ad32-4dd0-9636-d611b3036776/mbid-705c5262-ad32-4dd0-9636-d611b3036776-29586541624_thumb250.jpg",
    "song": "I Am the Changer",
    "track_id": "da204c2a-e88a-30f6-878c-1b486cc68f06",
    "recording_id": "433b12e9-3982-4c6e-8062-edef29f3a221",
    "artist": "Cotton Jones",
    "artist_ids": [
        "04380c85-62e3-402e-9c6e-520f6d16a553"
    ],
    "album": "Paranoid Cocoon",
    "release_id": "705c5262-ad32-4dd0-9636-d611b3036776",
    "release_group_id": "b5a28315-22b0-330b-a400-1e41a234bbe4",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2009-01-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://cottonjones.bandcamp.com/album/paranoid-cocoon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}