Information about plays

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

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

{
    "id": 3576395,
    "uri": "https://api.kexp.org/v2/plays/3576395/?format=api",
    "airdate": "2025-11-10T10:45:30-08:00",
    "show": 65073,
    "show_uri": "https://api.kexp.org/v2/shows/65073/?format=api",
    "image_uri": "https://dn721609.ca.archive.org/0/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": "Gotta Cheer Up",
    "track_id": "f6a0f49d-41f8-3b08-9f48-f21447c37eba",
    "recording_id": "1f62362b-d971-4cac-b5a3-466b011d4833",
    "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": "Cotton Jones is an indie folk band based out of Cumberland, MD!\n\nCheck out this Live on KEXP performance from CMJ 2008 here: https://www.youtube.com/watch?v=5CkvBpaON0Y",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}