Information about plays

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

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

{
    "id": 3637503,
    "uri": "https://api.kexp.org/v2/plays/3637503/?format=api",
    "airdate": "2026-04-04T00:50:18-07:00",
    "show": 66359,
    "show_uri": "https://api.kexp.org/v2/shows/66359/?format=api",
    "image_uri": "https://coverartarchive.org/release/bf9b08d6-dd6e-4f68-b972-c962e5eeb0f6/44476475563-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bf9b08d6-dd6e-4f68-b972-c962e5eeb0f6/44476475563-250.jpg",
    "song": "D33P3R",
    "track_id": null,
    "recording_id": "3f029676-03fe-4dda-9653-52363bdd2cf7",
    "artist": "Mike WiLL Made‐It",
    "artist_ids": [
        "5a2071aa-0787-49fb-931c-fa85ba86e681"
    ],
    "album": "R3SET",
    "release_id": null,
    "release_group_id": "0cef2d63-0b3d-4d9d-ba2a-bae3f3a60043",
    "labels": [
        "Giant Music"
    ],
    "label_ids": [
        "240ecf92-7dce-4437-b313-10625faa177a"
    ],
    "release_date": "2026-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}