Information about plays

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

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

{
    "id": 3565920,
    "uri": "https://api.kexp.org/v2/plays/3565920/?format=api",
    "airdate": "2025-10-16T15:09:37-07:00",
    "show": 64850,
    "show_uri": "https://api.kexp.org/v2/shows/64850/?format=api",
    "image_uri": "https://coverartarchive.org/release/1bfa4f85-bb61-4114-8a7b-590f7d1ce069/30393308546-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1bfa4f85-bb61-4114-8a7b-590f7d1ce069/30393308546-250.jpg",
    "song": "Ready, Steady, Go",
    "track_id": null,
    "recording_id": "270d0674-4e40-49c0-80ee-aa9c09766b63",
    "artist": "Generation X",
    "artist_ids": [
        "4c141ecd-23f9-4881-9a8c-27e7e7af708c"
    ],
    "album": "Anthology",
    "release_id": null,
    "release_group_id": "45005de4-a3fa-360e-957a-ceb904764b1c",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "2003-04-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I'm not in love with television\nI'm not in love with the radio\nI'm not in love with The Kings Road, oh-ho-ho\nBecause I'm in love with Cathy McGow-wow-wow-wow-owan\"\n\"\nThe song is named for the mid-‘60s British TV show that featured performances by most of the coolest bands of the era (many of them name-checked in the lyrics). This track is both a love letter to the musicians that a young Billy Idol would have seen performing, as well as the show’s presenter (aka “host”), “Queen of the Mods,” Cathy McGowan",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}