Information about plays

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

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

{
    "id": 3583159,
    "uri": "https://api.kexp.org/v2/plays/3583159/?format=api",
    "airdate": "2025-11-26T08:36:31-08:00",
    "show": 65214,
    "show_uri": "https://api.kexp.org/v2/shows/65214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Blue Nun",
    "track_id": "6c0a9aea-e9dc-3d58-aa58-a24518517b31",
    "recording_id": "e0e6fea9-5f65-4a47-ac14-641529c66a86",
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Check Your Head",
    "release_id": "4cd29b10-b533-3ece-a551-23f95a03cbdf",
    "release_group_id": "b0935b00-1380-3777-b79d-bd49ef5fb9c0",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2009-04-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This \"song\" contains a sample from a 1964 special release from Columbia Records called 'On Wine: How to Select and Serve.'\n\nRead more about \"The Blue Nun\" here: https://bit.ly/3viyi4q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}