Information about plays

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

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

{
    "id": 3591522,
    "uri": "https://api.kexp.org/v2/plays/3591522/?format=api",
    "airdate": "2025-12-15T17:42:17-08:00",
    "show": 65388,
    "show_uri": "https://api.kexp.org/v2/shows/65388/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Microwave Mayo",
    "track_id": "9b71d252-8d8b-33d9-b0e8-c8212cb65fcd",
    "recording_id": "21b9948a-1132-4f46-97ce-d365a329a852",
    "artist": "MF DOOM",
    "artist_ids": [
        "188711ed-c99b-439c-844a-ca831f63a727"
    ],
    "album": "Born Like This",
    "release_id": "28ccaa4b-5af9-4b4a-b72c-22d130302a75",
    "release_group_id": "c748987e-7cb5-3880-b246-d20af2b136f3",
    "labels": [
        "Lex Records"
    ],
    "label_ids": [
        "07c88952-2b68-4610-8736-1ca8f977c204"
    ],
    "release_date": "2009-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Ryan !",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}