Information about plays

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

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

{
    "id": 3587173,
    "uri": "https://api.kexp.org/v2/plays/3587173/?format=api",
    "airdate": "2025-12-05T14:23:44-08:00",
    "show": 65295,
    "show_uri": "https://api.kexp.org/v2/shows/65295/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fist Bump",
    "track_id": null,
    "recording_id": "00fc1ff5-f1f6-4a92-8266-474fc568c71d",
    "artist": "Durand Bernarr feat. Free Nationals",
    "artist_ids": [
        "dc346e8d-b930-4878-b0f7-7e50e197388f",
        "a536dd07-131b-48ef-ab47-141b752ba082"
    ],
    "album": "En Route",
    "release_id": null,
    "release_group_id": "c29a81ad-0399-452d-8354-7a14db5f4286",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out of LA\n\nhttps://durand-bernarr.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}