Information about plays

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

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

{
    "id": 3656729,
    "uri": "https://api.kexp.org/v2/plays/3656729/?format=api",
    "airdate": "2026-05-19T07:03:38-07:00",
    "show": 66758,
    "show_uri": "https://api.kexp.org/v2/shows/66758/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t Give Up",
    "track_id": null,
    "recording_id": "38a060c2-9720-41c6-9b6b-a94264ae564d",
    "artist": "Peter Gabriel",
    "artist_ids": [
        "8e66ea2b-b57b-47d9-8df0-df4630aeb8e5"
    ],
    "album": "So",
    "release_id": null,
    "release_group_id": "be3cc3e7-bdb0-3c13-a60b-a985b30eb603",
    "labels": [
        "Real World"
    ],
    "label_ids": [
        "351bf0d2-f806-416f-a6e9-fdb8ee238eac"
    ],
    "release_date": "1986-05-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1986, Peter Gabriel released his album \"So\" featuring \"Don't Give Up.\"\n\nBefore selecting Kate Bush to sing this duet, Peter Gabriel initially reached out to Dolly Parton, citing the track's musical American roots as inspiration for a collaboration.\nhttps://americansongwriter.com/the-meaning-behind-dont-give-up-by-peter-gabriel-featuring-kate-bush-and-who-the-original-choice-for-duet-partner-was/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}