Information about plays

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

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

{
    "id": 3619280,
    "uri": "https://api.kexp.org/v2/plays/3619280/?format=api",
    "airdate": "2026-02-18T23:06:04-08:00",
    "show": 65970,
    "show_uri": "https://api.kexp.org/v2/shows/65970/?format=api",
    "image_uri": "https://ia600604.us.archive.org/34/items/mbid-9d052bed-290c-48cf-9671-87e3d7d81816/mbid-9d052bed-290c-48cf-9671-87e3d7d81816-18885442762_thumb500.jpg",
    "thumbnail_uri": "https://ia800604.us.archive.org/34/items/mbid-9d052bed-290c-48cf-9671-87e3d7d81816/mbid-9d052bed-290c-48cf-9671-87e3d7d81816-18885442762_thumb250.jpg",
    "song": "The Last Dance",
    "track_id": "6a88850a-9602-3bc6-b5be-d33e5706fe6d",
    "recording_id": "10641c19-fea3-43b4-9821-776b02c30c5d",
    "artist": "Disco Inferno",
    "artist_ids": [
        "a9301bf4-cd9d-41e6-86f1-20463a9d1292"
    ],
    "album": "The 5 EPs",
    "release_id": "9d052bed-290c-48cf-9671-87e3d7d81816",
    "release_group_id": "1e939a7c-be4b-4511-a83e-1bb2063d69e1",
    "labels": [
        "One Little Indian Records"
    ],
    "label_ids": [
        "0253505b-b0f3-4619-8ce0-6a79fe6fbc32"
    ],
    "release_date": "2011-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the fourth EP from this group out of Essex, UK from 1993.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}