Information about plays

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

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

{
    "id": 3599421,
    "uri": "https://api.kexp.org/v2/plays/3599421/?format=api",
    "airdate": "2026-01-02T21:51:30-08:00",
    "show": 65543,
    "show_uri": "https://api.kexp.org/v2/shows/65543/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Abule - Patoranking",
    "track_id": null,
    "recording_id": "74642180-5461-4bf2-afbf-8e91f0b136f0",
    "artist": "Patoranking",
    "artist_ids": [
        "c907dd00-0819-4ce3-8d52-39223f0d0c88"
    ],
    "album": "Three",
    "release_id": null,
    "release_group_id": "0e6bdb78-d67c-41c7-b949-217136497039",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-08-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Patoranking, born Patrick Nnaemeka Okorie (May 27, 1990), is a Nigerian reggae-dancehall, Afrobeats singer/songwriter known for blending genres and socially conscious lyrics, rising from Lagos streets to international fame with hits like \"Alubarika\" and \"My Woman, My Everything,\" becoming a UNDP Goodwill Ambassador for Africa, and pioneering Afro-dancehall.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}