Information about plays

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

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

{
    "id": 3572937,
    "uri": "https://api.kexp.org/v2/plays/3572937/?format=api",
    "airdate": "2025-11-02T03:55:55-08:00",
    "show": 65001,
    "show_uri": "https://api.kexp.org/v2/shows/65001/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Myself",
    "track_id": "879b585d-e25f-441a-b3d4-0281ec376d2d",
    "recording_id": "0937e371-0689-4705-a38a-c3f938410442",
    "artist": "Amythyst Kiah",
    "artist_ids": [
        "8ece873f-55ce-41d5-9ffa-5e0319b2fc28"
    ],
    "album": "Wary + Strange",
    "release_id": "d674d4a7-c3f1-4f58-9091-275177d9421f",
    "release_group_id": "ab8da865-befb-4f39-8472-f984ed130844",
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2021-06-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The original version of “Black Myself” appeared on the collaborative 2019 project \"Our Native Daughters,\" which featured Kiah alongside Rhiannon Giddens, Allison Russell, and Leyla McCalla. Watch the powerful video for Amethyst Kiah's solo version: https://www.youtube.com/watch?v=mqtPxwOW3HU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}