Information about plays

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

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

{
    "id": 3589747,
    "uri": "https://api.kexp.org/v2/plays/3589747/?format=api",
    "airdate": "2025-12-11T11:54:58-08:00",
    "show": 65347,
    "show_uri": "https://api.kexp.org/v2/shows/65347/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reparations",
    "track_id": "58eb2330-611a-4150-bf8a-9c53c935f032",
    "recording_id": "490d0031-1e86-4d4e-a2ac-ccff972ea901",
    "artist": "KIRBY & Tennessee Mass Choir",
    "artist_ids": [
        "ce66fd4c-d679-45fd-8fbc-dc017b089701",
        "696e90d0-02bf-45d5-9588-91ee9031d565"
    ],
    "album": "Miss Black America",
    "release_id": "9307c2d7-3071-4a20-910b-d4fca2584215",
    "release_group_id": "7b41064b-c982-482e-b956-1187d220bc9a",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-08-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See the powerful video for this song featuring the Tennessee Mass Choir here - https://www.youtube.com/watch?v=jXNIC1eQCSA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}