Information about plays

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

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

{
    "id": 3551748,
    "uri": "https://api.kexp.org/v2/plays/3551748/?format=api",
    "airdate": "2025-09-11T15:20:54-07:00",
    "show": 64534,
    "show_uri": "https://api.kexp.org/v2/shows/64534/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hydraulic Pump",
    "track_id": null,
    "recording_id": "f938c251-092b-49f2-9ef9-604bde591d0d",
    "artist": "George Clinton and the P-Funk All Stars",
    "artist_ids": [
        "5d315a04-2b30-4916-9864-929d44c5ff4c"
    ],
    "album": "Generator Pop / Hydraulic Pump",
    "release_id": null,
    "release_group_id": "306a34a5-5e4a-4f29-99e2-3618b2a575a4",
    "labels": [
        "CBS Associated Records"
    ],
    "label_ids": [
        "4561acef-e18a-458f-945d-2945a66fa71a"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This one was co-written and co-produced by George Clinton and Sly Stone. (Jimmy Giles and Ron Ford also got writing credit.)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}