Information about plays

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

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

{
    "id": 3419083,
    "uri": "https://api.kexp.org/v2/plays/3419083/?format=api",
    "airdate": "2024-10-30T01:43:22-07:00",
    "show": 61713,
    "show_uri": "https://api.kexp.org/v2/shows/61713/?format=api",
    "image_uri": "https://coverartarchive.org/release/99a49eb5-f645-4322-a7f8-87125a82e78d/12750019993-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/99a49eb5-f645-4322-a7f8-87125a82e78d/12750019993-250.jpg",
    "song": "Queen of the Night (CJ’s Master mix)",
    "track_id": null,
    "recording_id": "2b1dbe32-2ca0-4db1-9984-ddd054546cd9",
    "artist": "Whitney Houston",
    "artist_ids": [
        "0307edfc-437c-4b48-8700-80680e66a228"
    ],
    "album": "Queen of the Night",
    "release_id": null,
    "release_group_id": "62f4334f-c62b-4afd-96cb-0d9332bc2358",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In live performances by Houston, the song's arrangement was faithful to the 1993 CJ Mackintosh remix, which was used during Houston's The Bodyguard World Tour (1993–1994) and also for her performance at the 1994 Soul Train Music Awards.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}