Information about plays

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

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

{
    "id": 3552718,
    "uri": "https://api.kexp.org/v2/plays/3552718/?format=api",
    "airdate": "2025-09-13T22:26:19-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "diana",
    "track_id": null,
    "recording_id": "2eb1e808-1f85-4f9f-a1ca-efc3c13d5f1c",
    "artist": "Stink",
    "artist_ids": [
        "81f76a35-5769-4dab-b366-5d7803c48d2d"
    ],
    "album": "Celebrate The Fire",
    "release_id": null,
    "release_group_id": "c309e366-5c04-4ef4-b23b-7a25b973cb4a",
    "labels": [
        "Megalomania Records"
    ],
    "label_ids": [],
    "release_date": "1994-04-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "90s garage rock band\n\nhttps://ihatethe90s.blogspot.com/2025/03/stink-celebrate-fire-1993.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}