Information about plays

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

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

{
    "id": 3571784,
    "uri": "https://api.kexp.org/v2/plays/3571784/?format=api",
    "airdate": "2025-10-30T10:54:28-07:00",
    "show": 64973,
    "show_uri": "https://api.kexp.org/v2/shows/64973/?format=api",
    "image_uri": "https://coverartarchive.org/release/8df53a98-da10-4084-a5af-b9b3b64bcb33/2433557710-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8df53a98-da10-4084-a5af-b9b3b64bcb33/2433557710-250.jpg",
    "song": "Funky Boss",
    "track_id": null,
    "recording_id": "beedf994-0fe2-48ad-a0d6-70d2cdd7b054",
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Check Your Head",
    "release_id": null,
    "release_group_id": "b0935b00-1380-3777-b79d-bd49ef5fb9c0",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1992-04-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"If you didn't know better, you might think the lyrics on Check Your Head were an afterthought-- and, well, they kind of were. The album originally started out as a jam-heavy instrumental work, where the Beasties refamiliarized themselves with their instruments-- MCA on bass, Ad-Rock on guitar and Mike D on drums, with an odd assortment of session hands...\" https://bit.ly/3MQuzFo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}