Information about plays

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

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

{
    "id": 3438343,
    "uri": "https://api.kexp.org/v2/plays/3438343/?format=api",
    "airdate": "2024-12-15T09:52:34-08:00",
    "show": 62116,
    "show_uri": "https://api.kexp.org/v2/shows/62116/?format=api",
    "image_uri": "https://coverartarchive.org/release/8fb55a76-5c86-47cb-892e-eca0e29ebcb3/38455656629-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8fb55a76-5c86-47cb-892e-eca0e29ebcb3/38455656629-250.jpg",
    "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.\nhttps://swampdogg.bandcamp.com/album/blackgrass-from-west-virginia-to-125th-st",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}