Information about plays

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

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

{
    "id": 3566079,
    "uri": "https://api.kexp.org/v2/plays/3566079/?format=api",
    "airdate": "2025-10-16T20:55:55-07:00",
    "show": 64852,
    "show_uri": "https://api.kexp.org/v2/shows/64852/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gaza to Oakland",
    "track_id": null,
    "recording_id": null,
    "artist": "DJ Phatrick, Kiwi",
    "artist_ids": [
        "18a3da01-5d63-4a9e-82a9-91064a45870d",
        "c1d73fad-f4bb-42f2-9eaa-9175abfa1b79"
    ],
    "album": "A Song For Ourselves (Mixtape)",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Samples the seminal Asian American album A Grain of Sand.\n\nhttps://www.mixcloud.com/djphatrick/a-song-for-ourselves-mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}