Information about plays

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

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

{
    "id": 3416715,
    "uri": "https://api.kexp.org/v2/plays/3416715/?format=api",
    "airdate": "2024-10-24T13:04:10-07:00",
    "show": 61660,
    "show_uri": "https://api.kexp.org/v2/shows/61660/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Please Set Me at Ease",
    "track_id": "a0303df4-5103-3afc-824f-8a25355ae772",
    "recording_id": "e7f9e1c1-95a2-41f9-9e09-b58da9ffcbcc",
    "artist": "Madlib",
    "artist_ids": [
        "ea9078ef-20ca-4506-81ea-2ae5fe3a42e8"
    ],
    "album": "Shades of Blue",
    "release_id": "8c0935be-266f-485f-b465-c57ab13a67b3",
    "release_group_id": "ce569c5b-b67b-3e0c-b4c0-04d916d13891",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2003-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Madlib’s deep love of jazz (his uncle is trumpeter Jon Faddis) is apparent throughout this visionary album which features remixes, reimaginations, and reinterpretations of classics by Donald Byrd, Bobbi Humphrey, The Three Sounds, Ronnie Foster, Bobby Hutcherson, Andrew Hill, Wayne Shorter, and more.\n--\nHere, he sampled Bobbi Humphrey's 1975 track \"Please Set Me at Ease.\"  Want to hear the original?: https://www.youtube.com/watch?v=rBcmjf-9Flg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}