Information about plays

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

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

{
    "id": 3583251,
    "uri": "https://api.kexp.org/v2/plays/3583251/?format=api",
    "airdate": "2025-11-26T14:30:16-08:00",
    "show": 65216,
    "show_uri": "https://api.kexp.org/v2/shows/65216/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Quills",
    "track_id": "14140ca1-0073-31ba-ab34-96250d5f7127",
    "recording_id": "2f4bdcd2-cc15-40a1-80c7-1ab55b3e4033",
    "artist": "The Roots",
    "artist_ids": [
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710"
    ],
    "album": "Phrenology",
    "release_id": "253af493-6d34-3a8f-a8f9-aac02e02f6cf",
    "release_group_id": "98277141-0f63-3796-894a-11409d1377c4",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2002-11-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this date in 2002, The Roots released \"Phrenology.\"\n\n\"Quills\" contains samples of the vocals of \"Breakout\" by Swing Out Sister.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}