Information about plays

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

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

{
    "id": 3339768,
    "uri": "https://api.kexp.org/v2/plays/3339768/?format=api",
    "airdate": "2024-04-25T05:06:51-07:00",
    "show": 60041,
    "show_uri": "https://api.kexp.org/v2/shows/60041/?format=api",
    "image_uri": "https://coverartarchive.org/release/6f65ef0d-3aa3-4f14-962e-52d8ae584e2e/17201641318-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6f65ef0d-3aa3-4f14-962e-52d8ae584e2e/17201641318-250.jpg",
    "song": "Gatekeeper (Do Right mix)",
    "track_id": null,
    "recording_id": "aba00add-8a5d-429c-ba45-aa555fc03e8c",
    "artist": "Feist",
    "artist_ids": [
        "a670e05a-cea8-4b37-bce9-d82daf1a0fa4"
    ],
    "album": "Open Season: Remixes and Collabs",
    "release_id": null,
    "release_group_id": "f5a0c211-6843-3ce6-a127-0e6e62d66030",
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2006-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 2006 – Feist released “Open Season”.\n\nThis album is alternate versions and remixes of songs from her award winning album \"Let It Die\". It features collaborations with Peaches, The Postal Service, Kings of Convenience, and others. In the liner notes Feist claims that \"she didn't really understand what remixes were\" when she started working on the project.",
    "play_type": "trackplay"
}