Information about plays

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

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

{
    "id": 3415036,
    "uri": "https://api.kexp.org/v2/plays/3415036/?format=api",
    "airdate": "2024-10-20T09:32:16-07:00",
    "show": 61626,
    "show_uri": "https://api.kexp.org/v2/shows/61626/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Count The Days",
    "track_id": null,
    "recording_id": "a9689401-e22c-41af-9882-c367757c78fc",
    "artist": "Swamp Dogg feat. Jenny Lewis",
    "artist_ids": [
        "1403fbec-11e3-4ccb-af25-d26c9a05bc9d",
        "9ad6d1e3-427f-4921-b603-7e9eda94a061"
    ],
    "album": "Blackgrass: From West Virginia to 125th St",
    "release_id": null,
    "release_group_id": "bc84f52a-b98b-4aaf-82a7-5f1488b0ea00",
    "labels": [
        "Oh Boy Records"
    ],
    "label_ids": [
        "479ff113-194d-4606-83cd-ab3386907c87"
    ],
    "release_date": "2024-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "81-year-old Swamp Dogg played new and vintage songs on this record that filters everything through an Appalachian lens, nodding to bluegrass’ origins amongst Black musicians.\nCheck out Jenny Lewis’s Live on KEXP from 2019 https://www.youtube.com/watch?v=DTq8xVku5ic\n\nhttps://swampdogg.bandcamp.com/album/blackgrass-from-west-virginia-to-125th-st",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}