Information about plays

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

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

{
    "id": 3586076,
    "uri": "https://api.kexp.org/v2/plays/3586076/?format=api",
    "airdate": "2025-12-03T00:51:29-08:00",
    "show": 65274,
    "show_uri": "https://api.kexp.org/v2/shows/65274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jealous Guy",
    "track_id": "f2e2eff8-2843-33fd-b1fd-91ff5ba5b814",
    "recording_id": "fca770c6-899a-4e0b-936f-401610aecc75",
    "artist": "John Lennon",
    "artist_ids": [
        "4d5447d7-c61c-4120-ba1b-d7f471d385b9"
    ],
    "album": "Imagine",
    "release_id": "ae1c2dcb-1034-38d0-9c34-a77ba91fbb9a",
    "release_group_id": "f242f304-0f1f-33a5-81a2-7a965b30e3b5",
    "labels": [
        "Parlophone",
        "Capitol Records"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9",
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2000-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken from the “Imagine” album and also released later as a single in some countries.\n\nhttps://www.johnlennon.com/music/compilations/working-class-hero/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}