Information about plays

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

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

{
    "id": 3649357,
    "uri": "https://api.kexp.org/v2/plays/3649357/?format=api",
    "airdate": "2026-05-02T03:20:28-07:00",
    "show": 66605,
    "show_uri": "https://api.kexp.org/v2/shows/66605/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shapeshifter (Full Moon mix)",
    "track_id": "4b7c5d19-d754-4c52-802f-6e73c2f2f27b",
    "recording_id": "7e1c9d73-d3c5-4803-b744-e67fc6bf14cc",
    "artist": "Fantômas",
    "artist_ids": [
        "6e644268-8264-470c-a714-0bf7c58f3a45"
    ],
    "album": "Language & Miscellaneous",
    "release_id": "0aee6803-3cb9-4290-9007-611830be6666",
    "release_group_id": "693651c1-f8ab-4081-a3a5-189cff0d02bf",
    "labels": [
        "Language"
    ],
    "label_ids": [
        "2fa987c6-bc7c-4daa-ad34-c879154f8b0b"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}