Information about plays

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

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

{
    "id": 3416733,
    "uri": "https://api.kexp.org/v2/plays/3416733/?format=api",
    "airdate": "2024-10-24T14:14:22-07:00",
    "show": 61661,
    "show_uri": "https://api.kexp.org/v2/shows/61661/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Damaged Goods",
    "track_id": "534c98c9-f17f-32d6-afd9-a6f514588082",
    "recording_id": "39eb0cc4-df71-4bbe-9280-e3010522fcab",
    "artist": "Gang of Four",
    "artist_ids": [
        "d8661c02-f423-4d72-8044-40ff05daf7a1"
    ],
    "album": "A Brief History of the Twentieth Century",
    "release_id": "856feb90-29a9-3770-9f18-277de89af01e",
    "release_group_id": "4c85734d-e48f-3399-82d4-019e534ff381",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1990-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Live from the German TV show Rockpalast, here's Gang of Four in 1983: https://www.youtube.com/watch?v=YI-9N-PasvM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}