Information about plays

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

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

{
    "id": 3598915,
    "uri": "https://api.kexp.org/v2/plays/3598915/?format=api",
    "airdate": "2026-01-01T17:51:15-08:00",
    "show": 65534,
    "show_uri": "https://api.kexp.org/v2/shows/65534/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Deadbeat Gospel",
    "track_id": "4fe5ed17-3346-4c32-84f1-2c321df635e3",
    "recording_id": "bd01bd0e-340c-4854-856a-139021aa6064",
    "artist": "Barry Can't Swim feat. somedeadbeat",
    "artist_ids": [
        "7dcf3b98-701a-4309-a90c-eb4179b96ea9",
        "cb8e1fec-357a-4a52-b6ad-20a48c709338"
    ],
    "album": "When Will We Land?",
    "release_id": "62275c6f-1daf-4744-a6b8-90111033f3a9",
    "release_group_id": "672a4973-eaf5-4308-8261-ffad7a5a5887",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2023-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut album from the Scottish multi-instrumentalist. \nhttps://barrycantswim.bandcamp.com/track/deadbeat-gospel-feat-somedeadbeat",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}