Information about plays

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

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

{
    "id": 3560060,
    "uri": "https://api.kexp.org/v2/plays/3560060/?format=api",
    "airdate": "2025-10-01T12:44:59-07:00",
    "show": 64717,
    "show_uri": "https://api.kexp.org/v2/shows/64717/?format=api",
    "image_uri": "https://ia600905.us.archive.org/3/items/mbid-c078c436-851d-4299-bca2-db8764ba43f1/mbid-c078c436-851d-4299-bca2-db8764ba43f1-12884418099_thumb500.jpg",
    "thumbnail_uri": "https://dn721209.ca.archive.org/0/items/mbid-c078c436-851d-4299-bca2-db8764ba43f1/mbid-c078c436-851d-4299-bca2-db8764ba43f1-12884418099_thumb250.jpg",
    "song": "Big Wave",
    "track_id": "bf73fd16-bb64-3aab-9eac-5a7fe96ba6ad",
    "recording_id": "9997f818-3b53-4e0e-a674-2f8f0d75b69f",
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "album": "Pearl Jam",
    "release_id": "c078c436-851d-4299-bca2-db8764ba43f1",
    "release_group_id": "4f1bb05f-3b03-391f-a2d0-773ad70664b1",
    "labels": [
        "J Records"
    ],
    "label_ids": [
        "8a8c6bc8-1a43-4bde-a28d-91314fa1076f"
    ],
    "release_date": "2006-05-02",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Also known as the avocado album for its cover image, Pearl Jam's 2006 self-titled release is their eighth full-length. \n\nYou can read a review of the album here: https://tinyurl.com/4tmu8tfu",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}