Information about plays

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

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

{
    "id": 3606403,
    "uri": "https://api.kexp.org/v2/plays/3606403/?format=api",
    "airdate": "2026-01-19T14:23:04-08:00",
    "show": 65700,
    "show_uri": "https://api.kexp.org/v2/shows/65700/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Up, Stand Up",
    "track_id": null,
    "recording_id": "9bc3a2a0-ff0b-488f-8eb4-2cb44a4edd93",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Easy Skanking in Boston '78",
    "release_id": null,
    "release_group_id": "e80ff423-aaa5-4303-8460-83c729e03127",
    "labels": [
        "Tuff Gong"
    ],
    "label_ids": [
        "be14aa98-403a-4337-8a1e-d104b90d4f3c"
    ],
    "release_date": "2015-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I think Stevie Wonder's Hotter than July tour, advocating for Dr. King's holiday, is such a lovely story of how music matters.\" -Daren\nThis one's for you, Daren!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}