Information about plays

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

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

{
    "id": 3421870,
    "uri": "https://api.kexp.org/v2/plays/3421870/?format=api",
    "airdate": "2024-11-05T22:28:49-08:00",
    "show": 61775,
    "show_uri": "https://api.kexp.org/v2/shows/61775/?format=api",
    "image_uri": "https://coverartarchive.org/release/f4500444-abe1-45e3-b529-e592faa09501/15227339589-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f4500444-abe1-45e3-b529-e592faa09501/15227339589-250.jpg",
    "song": "Anything You Want (Not That)",
    "track_id": null,
    "recording_id": "13dbe596-a8d2-477d-9e74-ef7c768e2b9d",
    "artist": "Belleruche",
    "artist_ids": [
        "abb5de38-d3ab-40f0-b98b-87ab0fd779e6"
    ],
    "album": "Anything You Want (Not That)",
    "release_id": null,
    "release_group_id": "9d78274e-d93d-4bb1-9770-b027b765cc5b",
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2008-09-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Trio from Brighton, UK. https://belleruche.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}