Information about plays

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

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

{
    "id": 3548846,
    "uri": "https://api.kexp.org/v2/plays/3548846/?format=api",
    "airdate": "2025-09-04T13:24:04-07:00",
    "show": 64473,
    "show_uri": "https://api.kexp.org/v2/shows/64473/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Destiny (The Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Electra",
    "artist_ids": [
        "4d94a5d6-e719-46b6-8997-2670660dea26"
    ],
    "album": "Destiny / Autumn Love",
    "release_id": null,
    "release_group_id": "3e877194-d242-430f-b950-9ee327982911",
    "labels": [],
    "label_ids": [],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The drums in this song were sampled by Moby for \"Porcelain.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}