Information about plays

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

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

{
    "id": 3608394,
    "uri": "https://api.kexp.org/v2/plays/3608394/?format=api",
    "airdate": "2026-01-24T07:38:16-08:00",
    "show": 65741,
    "show_uri": "https://api.kexp.org/v2/shows/65741/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Station Break",
    "track_id": null,
    "recording_id": "5764aeb4-5830-4af2-b5eb-5c2f7aac2e2c",
    "artist": "Curtis Knight & The Squires",
    "artist_ids": [
        "941b4ff9-3330-4315-8b23-d31f06424dfe"
    ],
    "album": "You Can’t Use My Name: The RSVP/PPX Sessions",
    "release_id": null,
    "release_group_id": "6ccce22c-33f4-404c-9fed-9f64cc425871",
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2015-03-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Cherokee (Jimi Hendrix)\n--\nCurtis Knight and the Squires were a New York band that was fronted by singer and guitarist Curtis Knight in the mid-1960s, and included both Jimi Hendrix and Lonnie Youngblood for periods of time. \nhttps://www.discogs.com/artist/2465669-Curtis-Knight-The-Squires\\",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}