Information about plays

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

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

{
    "id": 3416197,
    "uri": "https://api.kexp.org/v2/plays/3416197/?format=api",
    "airdate": "2024-10-23T06:10:34-07:00",
    "show": 61650,
    "show_uri": "https://api.kexp.org/v2/shows/61650/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bob’s Party Time Lounge",
    "track_id": "d13c448a-a903-3191-93be-523d2405c30c",
    "recording_id": "834c6102-27a1-4b0b-b8ce-a073e72d3d6d",
    "artist": "Primus",
    "artist_ids": [
        "84dc4f23-c0b8-4fe1-bbca-a3993ddc8fc2"
    ],
    "album": "Brown Album",
    "release_id": "3bb92962-269f-304c-884f-b81651331565",
    "release_group_id": "8f72160a-93f2-388f-ab65-89aa83a68a54",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1997-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For KEXP Amplifier Ed!! \n---\nRegarding the name of the album, Claypool said \"This is a milestone record for Primus so it needed to have a milestone title. The Beatles have their White Album, Metallica have their Black Album, now Primus have their Brown Album.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}