Information about plays

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

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

{
    "id": 3589212,
    "uri": "https://api.kexp.org/v2/plays/3589212/?format=api",
    "airdate": "2025-12-10T04:55:44-08:00",
    "show": 65336,
    "show_uri": "https://api.kexp.org/v2/shows/65336/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kampo",
    "track_id": "251546fb-cc16-48a3-a116-540ed0adffe2",
    "recording_id": "2ac96402-3afc-44ab-8df7-a9f060143929",
    "artist": "Common Market",
    "artist_ids": [
        "c8b259a5-6acb-43e8-bb28-bc09e92eb22e"
    ],
    "album": "Common Market",
    "release_id": "36c5a4b8-ee02-4150-b3d0-776987fddd38",
    "release_group_id": "bde48318-c177-399f-bc6d-37f2dedc3a14",
    "labels": [
        "spinART Records"
    ],
    "label_ids": [
        "01653657-8472-44fa-b73b-b29f68cc8cbc"
    ],
    "release_date": "2006-03-14",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}