Information about plays

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

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

{
    "id": 3600009,
    "uri": "https://api.kexp.org/v2/plays/3600009/?format=api",
    "airdate": "2026-01-04T05:06:20-08:00",
    "show": 65559,
    "show_uri": "https://api.kexp.org/v2/shows/65559/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Power to the People",
    "track_id": "b3ff1fb2-b0bd-3246-a8b3-12da3e2cb412",
    "recording_id": "687e34cd-fd30-474c-b9af-14efbd34e751",
    "artist": "Curtis Mayfield",
    "artist_ids": [
        "4dca4bb2-23ba-4103-97e6-5810311db33a"
    ],
    "album": "Sweet Exorcist",
    "release_id": "c2f82ae5-c16e-34fc-9b6b-88e359b9f9eb",
    "release_group_id": "d92c33d8-13e1-321c-84f4-e16a9d3fd117",
    "labels": [
        "Charly Records"
    ],
    "label_ids": [
        "a754ad77-2842-4ed4-a6e7-fb6b1fdc7f40"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}