Information about plays

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

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

{
    "id": 3413492,
    "uri": "https://api.kexp.org/v2/plays/3413492/?format=api",
    "airdate": "2024-10-16T15:12:02-07:00",
    "show": 61592,
    "show_uri": "https://api.kexp.org/v2/shows/61592/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Groove Holmes",
    "track_id": "09f30fff-d846-3bf2-86cb-fbbd65d58240",
    "recording_id": "b48e1a65-e816-4942-8f3e-450c9a593232",
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "The In Sound From Way Out!",
    "release_id": "2c7d4a95-6b54-4fae-8aab-39acdebeadb7",
    "release_group_id": "b648b0f4-f3c0-3b1e-8f42-9154426d2d0f",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1996-04-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Beastie Boys' third studio album, which was released in 1992.\n\nRolling Stone called 'Check Your Head' the Beastie Boys' \"most unconventional outing to date\" and stated that \"the cross-pollination of styles on Check Your Head is confusing at times, yet the album achieves distinction because of its ingenuity.\"\n\nhttps://bit.ly/2SvOYHK\n--\nBeastie Boys perform \"Groove Holmes\" live in Detroit in 2007:\nhttps://youtu.be/y65olmllngU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}