Information about plays

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

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

{
    "id": 3580899,
    "uri": "https://api.kexp.org/v2/plays/3580899/?format=api",
    "airdate": "2025-11-21T04:27:53-08:00",
    "show": 65166,
    "show_uri": "https://api.kexp.org/v2/shows/65166/?format=api",
    "image_uri": "https://ia802801.us.archive.org/13/items/mbid-ad5450fa-217d-3fcf-aa9f-1fe025848455/mbid-ad5450fa-217d-3fcf-aa9f-1fe025848455-1741506470_thumb500.jpg",
    "thumbnail_uri": "https://dn710604.ca.archive.org/0/items/mbid-ad5450fa-217d-3fcf-aa9f-1fe025848455/mbid-ad5450fa-217d-3fcf-aa9f-1fe025848455-1741506470_thumb250.jpg",
    "song": "My Back Pages",
    "track_id": "66fcca40-137b-3b49-a775-94c048401b60",
    "recording_id": "d411536e-f342-4b20-b00b-847ef7f644d0",
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "Dylan",
    "release_id": "ad5450fa-217d-3fcf-aa9f-1fe025848455",
    "release_group_id": "dd48dca0-74b5-33e0-8a3b-7b5af62a2203",
    "labels": [
        "Sony Music Media"
    ],
    "label_ids": [
        "f752481c-2e26-446f-bccf-e487aea582ed"
    ],
    "release_date": "2007-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Ah, but I was so much older then/I'm younger than that now\"\n\nBob Dylan wrote this song in 1964 and never played it live until 1988.\n\nhttps://en.wikipedia.org/wiki/My_Back_Pages",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}