Information about plays

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

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

{
    "id": 3631935,
    "uri": "https://api.kexp.org/v2/plays/3631935/?format=api",
    "airdate": "2026-03-21T12:26:42-07:00",
    "show": 66242,
    "show_uri": "https://api.kexp.org/v2/shows/66242/?format=api",
    "image_uri": "https://coverartarchive.org/release/87981701-cc00-3c5c-af07-00050c115435/24559007750-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/87981701-cc00-3c5c-af07-00050c115435/24559007750-250.jpg",
    "song": "Rock the Spot",
    "track_id": null,
    "recording_id": "71b4ccc9-70a2-4097-8066-181e36a5e827",
    "artist": "Blackalicious",
    "artist_ids": [
        "92ee5562-3c1b-4e02-ac22-aae6261edac5"
    ],
    "album": "A2G EP",
    "release_id": null,
    "release_group_id": "605b708e-cf14-32d3-b326-f2f547d56184",
    "labels": [],
    "label_ids": [],
    "release_date": "1999-10-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees: Blackalicious sampled Mantronix's \"Needle to the Groove\" in \"Rock the Spot\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}