Information about plays

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

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

{
    "id": 3586940,
    "uri": "https://api.kexp.org/v2/plays/3586940/?format=api",
    "airdate": "2025-12-05T01:38:23-08:00",
    "show": 65291,
    "show_uri": "https://api.kexp.org/v2/shows/65291/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Talking to the Moon",
    "track_id": null,
    "recording_id": "051205ad-ef0c-4b08-89ef-1fe0a0425d08",
    "artist": "Bruno Mars",
    "artist_ids": [
        "afb680f2-b6eb-4cd7-a70b-a63b25c763d5"
    ],
    "album": "Doo-Wops & Hooligans",
    "release_id": null,
    "release_group_id": "b3d1fbf7-dd1c-4119-a16e-58c2feb5bcb0",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2010-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}