Information about plays

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

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

{
    "id": 3423295,
    "uri": "https://api.kexp.org/v2/plays/3423295/?format=api",
    "airdate": "2024-11-09T12:45:59-08:00",
    "show": 61807,
    "show_uri": "https://api.kexp.org/v2/shows/61807/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pink Cigarette",
    "track_id": "60876690-956c-4f08-9927-bd4a146a919d",
    "recording_id": "2e34d352-ea97-4adb-8de1-ae2f296ece11",
    "artist": "Prom Queen",
    "artist_ids": [
        "fca827f9-7bf0-41c2-9f87-d2af0caa20a3"
    ],
    "album": "Pink Cigarette",
    "release_id": "e5a15fcd-f6fe-4c28-8c84-809b35c374e4",
    "release_group_id": "758db714-44ca-4896-a5ed-1a2b779db44a",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-10-18",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Prom Queen Covering Mr. Bungle https://promqueenband.bandcamp.com/album/pink-cigarette",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}