Information about plays

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

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

{
    "id": 3631299,
    "uri": "https://api.kexp.org/v2/plays/3631299/?format=api",
    "airdate": "2026-03-20T03:10:58-07:00",
    "show": 66227,
    "show_uri": "https://api.kexp.org/v2/shows/66227/?format=api",
    "image_uri": "https://coverartarchive.org/release/88bebcee-7856-4206-a33a-b5e8e66e2643/13389830865-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/88bebcee-7856-4206-a33a-b5e8e66e2643/13389830865-250.jpg",
    "song": "Up Until Then",
    "track_id": null,
    "recording_id": "0c0f5670-70fc-4880-9109-48ffb3f3b3bd",
    "artist": "Mistah F.A.B. feat. Boosie Badazz & Iamsu!",
    "artist_ids": [
        "18d385e9-1448-463a-b623-981c3ac6ff86",
        "8ba17cf6-bec2-4ae4-9820-b1cda47adc08",
        "efa81d5c-b900-480a-b27f-0a66e48792de"
    ],
    "album": "Son of a Pimp, Part 2",
    "release_id": null,
    "release_group_id": "cdf075a3-c0bc-4483-9eec-d2eeb79c3139",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-05-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "3AM TIME MACHINE: 2016!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}