Information about plays

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

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

{
    "id": 3601007,
    "uri": "https://api.kexp.org/v2/plays/3601007/?format=api",
    "airdate": "2026-01-06T12:46:11-08:00",
    "show": 65579,
    "show_uri": "https://api.kexp.org/v2/shows/65579/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Free Fallin’",
    "track_id": "77db1f0f-96a8-3291-bdc0-2212b8c71947",
    "recording_id": "1b293a16-dd40-4b0c-8bea-956bb22bf399",
    "artist": "Tom Petty & the Heartbreakers",
    "artist_ids": [
        "f93dbc64-6f08-4033-bcc7-8a0bb4689849"
    ],
    "album": "Greatest Hits",
    "release_id": "c3f61654-7e59-3471-bebd-4f9a6be8ebd4",
    "release_group_id": "cb29784b-db64-3cce-b269-ce711862ca3a",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jeff Lynne, famous for his work in ELO, co-produced the \"Full Moon Fever\" album and wrote this song with Tom Petty early in their collaboration. According to liner notes in Petty's Playback box set, he and Lynne were playing some elaborate stuff on the keyboard that all started with three simple chords. Lynne suggested that Tom stop all the hard stuff and just sing some words to those three chords, and he came up with \"She's a good girl... loves her mama...\" just to make Jeff smile, and they kept going from there. Petty says that it was Lynne who came up with the title, but it took Tom a little while before he figured out the best way to sing the phrase.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}