Information about plays

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

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

{
    "id": 3418116,
    "uri": "https://api.kexp.org/v2/plays/3418116/?format=api",
    "airdate": "2024-10-27T20:18:21-07:00",
    "show": 61691,
    "show_uri": "https://api.kexp.org/v2/shows/61691/?format=api",
    "image_uri": "https://coverartarchive.org/release/1d06b3cd-c5e4-40d2-a1be-76f20c1d3c1f/13495513299-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1d06b3cd-c5e4-40d2-a1be-76f20c1d3c1f/13495513299-250.jpg",
    "song": "My Name Is Not Susan (power radio mix w/ Monie Love)",
    "track_id": null,
    "recording_id": null,
    "artist": "Whitney Houston",
    "artist_ids": [
        "0307edfc-437c-4b48-8700-80680e66a228"
    ],
    "album": "My Name Is Not Susan",
    "release_id": null,
    "release_group_id": "0bd01249-e809-3a10-a83b-e0ccf910312d",
    "labels": [],
    "label_ids": [],
    "release_date": "1991-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This remix was part of a CD maxi-single promo, released in 1991.\n\nMonie Love is a British rapper and actress who has released two studio albums, one mixtape, one album as part of a group, one EP, and 14 singles.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}