Information about plays

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

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

{
    "id": 3631713,
    "uri": "https://api.kexp.org/v2/plays/3631713/?format=api",
    "airdate": "2026-03-20T23:44:46-07:00",
    "show": 66236,
    "show_uri": "https://api.kexp.org/v2/shows/66236/?format=api",
    "image_uri": "https://coverartarchive.org/release/48850766-2f33-4f94-8bf9-2042206bc499/23549244664-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/48850766-2f33-4f94-8bf9-2042206bc499/23549244664-250.jpg",
    "song": "F.I.F.A.",
    "track_id": null,
    "recording_id": "e9185643-eaad-4ecc-b998-51d792bf0787",
    "artist": "Pusha T",
    "artist_ids": [
        "14ecd19f-7121-4192-8549-e5056241a42f"
    ],
    "album": "King Push – Darkest Before Dawn: The Prelude",
    "release_id": null,
    "release_group_id": "65adb72e-613a-471e-8166-05f1b27fd74f",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2015-12-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Q-Tip has technical credit here",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}