Information about plays

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

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

{
    "id": 3519488,
    "uri": "https://api.kexp.org/v2/plays/3519488/?format=api",
    "airdate": "2025-06-27T10:52:14-07:00",
    "show": 63850,
    "show_uri": "https://api.kexp.org/v2/shows/63850/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Dust We Dote On",
    "track_id": "c163c666-9aca-4254-bebe-443b459028e0",
    "recording_id": "3c318c75-4486-429f-b98a-3191859670bf",
    "artist": "Land of Pines",
    "artist_ids": [
        "9761fd0e-9ca2-435d-bdfc-eb8db93bdbcc"
    ],
    "album": "The Long Defeat",
    "release_id": "23b645b5-082a-4992-982b-4187ff5e3273",
    "release_group_id": "96c1bf82-1379-4c38-b8bd-9e68efb98e3e",
    "labels": [
        "Fin Records"
    ],
    "label_ids": [
        "9d36ba13-e56a-47b7-9148-23f846374736"
    ],
    "release_date": "2013-06-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"What Dust We Dote On\" comes from The Long Defeat EP (2013). \nhttps://finrecords.bandcamp.com/album/the-long-defeat\n\nThe Seattle Times published an article on the up-and-coming group in 2011. \"Land of Pines plays youthful, dancey indie rock, bringing intoxicating, high-octane energy to live performances, with a quirky, unpretentious feel.\" Read more here: https://tinyurl.com/aekjhepp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}