Information about plays

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

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

{
    "id": 3584866,
    "uri": "https://api.kexp.org/v2/plays/3584866/?format=api",
    "airdate": "2025-11-30T04:47:56-08:00",
    "show": 65250,
    "show_uri": "https://api.kexp.org/v2/shows/65250/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Machine Gun Ibiza",
    "track_id": null,
    "recording_id": "8ccabb18-7899-42af-a7bd-1a6bb7dbdb6a",
    "artist": "Prefab Sprout",
    "artist_ids": [
        "1fd87f72-5fbf-4cad-bd9d-f2fec1359cfc"
    ],
    "album": "Jordan: The Comeback",
    "release_id": null,
    "release_group_id": "80ccd3c3-8001-3249-8c94-6d155479dd62",
    "labels": [
        "Kitchenware"
    ],
    "label_ids": [],
    "release_date": "1990-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "^___^",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}