Information about plays

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

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

{
    "id": 3616754,
    "uri": "https://api.kexp.org/v2/plays/3616754/?format=api",
    "airdate": "2026-02-12T23:26:31-08:00",
    "show": 65917,
    "show_uri": "https://api.kexp.org/v2/shows/65917/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moonlight",
    "track_id": null,
    "recording_id": "c85efd80-5269-415c-9b12-13578868b13d",
    "artist": "Relyae",
    "artist_ids": [
        "6002e674-dd30-4ffb-b643-565f39f827c7"
    ],
    "album": "Moonlight",
    "release_id": null,
    "release_group_id": "08ee79bb-0979-405b-b124-f4ba5561ca0a",
    "labels": [
        "PLYGRND"
    ],
    "label_ids": [
        "7e498cf7-149f-4573-8653-7b7e4a456e1f"
    ],
    "release_date": "2023-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}