Information about plays

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

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

{
    "id": 3553558,
    "uri": "https://api.kexp.org/v2/plays/3553558/?format=api",
    "airdate": "2025-09-16T00:31:28-07:00",
    "show": 64574,
    "show_uri": "https://api.kexp.org/v2/shows/64574/?format=api",
    "image_uri": "https://coverartarchive.org/release/84ea734d-97d4-3962-b410-f1ce942d9234/12979609051-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/84ea734d-97d4-3962-b410-f1ce942d9234/12979609051-250.jpg",
    "song": "State of the Nation",
    "track_id": null,
    "recording_id": null,
    "artist": "Fad Gadget",
    "artist_ids": [
        "5c96def1-68a5-4aa3-8f71-3ae427a33eb4"
    ],
    "album": "Fireside Favourites",
    "release_id": null,
    "release_group_id": "ac4532c4-2934-3420-943d-42a099dbb26a",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1980-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mechanical Breakdown-core",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}