Information about plays

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

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

{
    "id": 3556672,
    "uri": "https://api.kexp.org/v2/plays/3556672/?format=api",
    "airdate": "2025-09-23T08:54:03-07:00",
    "show": 64640,
    "show_uri": "https://api.kexp.org/v2/shows/64640/?format=api",
    "image_uri": "https://dn721207.ca.archive.org/0/items/mbid-4941e618-9c14-30b5-a32b-6065e83b829d/mbid-4941e618-9c14-30b5-a32b-6065e83b829d-24088201129_thumb500.jpg",
    "thumbnail_uri": "https://ia800202.us.archive.org/23/items/mbid-4941e618-9c14-30b5-a32b-6065e83b829d/mbid-4941e618-9c14-30b5-a32b-6065e83b829d-24088201129_thumb250.jpg",
    "song": "Heroes",
    "track_id": "0499b49a-7f1f-33c2-8cc4-a5bd4c575d01",
    "recording_id": "74e05bf7-4d70-40f0-9800-bf86bdfbc2eb",
    "artist": "Peter Gabriel",
    "artist_ids": [
        "8e66ea2b-b57b-47d9-8df0-df4630aeb8e5"
    ],
    "album": "Scratch My Back",
    "release_id": "4941e618-9c14-30b5-a32b-6065e83b829d",
    "release_group_id": "359451df-3a5c-4c74-ac64-2e2bf1bcfeba",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2010-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 2010!\n\n'Scratch My Back' features orchestral covers of songs by various artists. Gabriel covered songs by other artists, and in return, those artists were supposed to cover his songs for a companion album titled 'I'll Scratch Yours'. Initially planned to be released simultaneously with 'Scratch My Back' in 2010, several artists were late in delivering their songs or ultimately declined to participate, necessitating changes to the companion album's concept. With several new artists aboard, the slightly retitled 'And I'll Scratch Yours' was released in September 2013.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}