Information about plays

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

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

{
    "id": 3616749,
    "uri": "https://api.kexp.org/v2/plays/3616749/?format=api",
    "airdate": "2026-02-12T23:11:05-08:00",
    "show": 65917,
    "show_uri": "https://api.kexp.org/v2/shows/65917/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lay It on Me",
    "track_id": null,
    "recording_id": "17a59972-8175-457d-b89a-d3fd66ffe5b1",
    "artist": "Heatwave",
    "artist_ids": [
        "ce809639-0e34-40c4-86c9-90a162cb3d46"
    ],
    "album": "Too Hot to Handle",
    "release_id": null,
    "release_group_id": "f9c5dd33-ceba-395e-b203-31c03f3df66d",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}