Information about plays

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

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

{
    "id": 3613552,
    "uri": "https://api.kexp.org/v2/plays/3613552/?format=api",
    "airdate": "2026-02-05T13:35:58-08:00",
    "show": 65847,
    "show_uri": "https://api.kexp.org/v2/shows/65847/?format=api",
    "image_uri": "https://ia802907.us.archive.org/35/items/mbid-a9dc398c-89aa-34f9-a3be-25f6d704011c/mbid-a9dc398c-89aa-34f9-a3be-25f6d704011c-3394185815_thumb500.jpg",
    "thumbnail_uri": "https://ia802907.us.archive.org/35/items/mbid-a9dc398c-89aa-34f9-a3be-25f6d704011c/mbid-a9dc398c-89aa-34f9-a3be-25f6d704011c-3394185815_thumb250.jpg",
    "song": "Didn't Cha Know",
    "track_id": "587b7d61-11bc-31a9-bf3f-fa158e9610e0",
    "recording_id": "305625e9-c521-4fe6-9a1e-297be2be66b1",
    "artist": "Erykah Badu",
    "artist_ids": [
        "321531fc-db73-4ffa-a959-61a61a2908c1"
    ],
    "album": "Mama's Gun",
    "release_id": "a9dc398c-89aa-34f9-a3be-25f6d704011c",
    "release_group_id": "25bdfd28-72ca-3d1f-88fc-dcf67df91720",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2000-11-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Erykah Badu wrote this song, which was produced by J Dilla. It features a sample from Tarika Blue's 1977 song \"Dreamflower.\" The song was nominated for the Grammy Award for Best R&B Song for 2001. \n--\nHere's Eykah Badu performing it live in 2011: https://www.youtube.com/watch?v=3f_WzcqVAJc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}