Information about plays

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

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

{
    "id": 3601385,
    "uri": "https://api.kexp.org/v2/plays/3601385/?format=api",
    "airdate": "2026-01-07T11:12:00-08:00",
    "show": 65587,
    "show_uri": "https://api.kexp.org/v2/shows/65587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hey Bulldog",
    "track_id": "37e47219-cd24-3095-a62b-b15121e3db39",
    "recording_id": "36650b4b-08b3-4d03-be10-a114f0dd4040",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Yellow Submarine",
    "release_id": "c58c5945-4994-303a-9b10-f1f269b3bd20",
    "release_group_id": "8d5f4b07-7e2e-4ffa-ac90-e4772c4d8525",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“I remember ‘Hey Bulldog’ as being one of John’s songs and I helped him finish it off in the studio, but it’s mainly his vibe. There’s a little rap at the end between John and I. We went into a crazy little thing at the end.” – Paul McCartney\n\n--\n\nThe song’s original title was \"Hey Bullfrog.\" A few days before the group recorded the track, Paul played drums on a Paul Jones rocker called \"The Dog Presides,\" which featured barking sound effects. During The Beatles’ session, Paul and John ended up barking, woofing and howling as they ad-libbed over the song’s finale, and the title was subsequently changed to \"Hey Bulldog.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}