Information about plays

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

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

{
    "id": 3413192,
    "uri": "https://api.kexp.org/v2/plays/3413192/?format=api",
    "airdate": "2024-10-16T01:23:46-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Goin Thru It",
    "track_id": "ef4570ea-b54f-4468-a8f6-bfd1b5a42121",
    "recording_id": "e05ee589-558f-44c6-b07a-a31845852306",
    "artist": "Tay Sean",
    "artist_ids": [
        "601b1266-34d7-4ff1-a5b2-a0a1b8276aec"
    ],
    "album": "Goin Thru It",
    "release_id": "39f97288-3808-4a5a-bc17-25f2afaff046",
    "release_group_id": "2bee19c1-aa83-4c30-939b-170c1d4a0c05",
    "labels": [],
    "label_ids": [],
    "release_date": "2021-06-25",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Producer/rapper Tay Sean is a founder of the Seattle-based Cloud Nice collective that gave us Jarv Dee, Kingdom Crumbs and Helladope. Here he is with longtime collaborator Stas Thee Boss rapping about the hard times.\n\nhttps://taysean.bandcamp.com/track/goin-thru-it-ft-stas-thee-boss",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}