Information about plays

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

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

{
    "id": 3594251,
    "uri": "https://api.kexp.org/v2/plays/3594251/?format=api",
    "airdate": "2025-12-22T00:01:56-08:00",
    "show": 65443,
    "show_uri": "https://api.kexp.org/v2/shows/65443/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boy",
    "track_id": null,
    "recording_id": "cb96f952-1be5-4be8-a07a-709653f0b920",
    "artist": "HNNY",
    "artist_ids": [
        "1292fb51-2c42-4c3e-b726-7e8cf0d51715"
    ],
    "album": "Boy / Yob",
    "release_id": null,
    "release_group_id": "643dfdbf-cabd-44ac-b2fc-d4d70042e4d0",
    "labels": [
        "Puss"
    ],
    "label_ids": [
        "fd1ef5e1-d5af-488b-a3d5-033d8183f2c0"
    ],
    "release_date": "2013-04-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}