Information about plays

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

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

{
    "id": 3519545,
    "uri": "https://api.kexp.org/v2/plays/3519545/?format=api",
    "airdate": "2025-06-27T14:08:50-07:00",
    "show": 63851,
    "show_uri": "https://api.kexp.org/v2/shows/63851/?format=api",
    "image_uri": "https://coverartarchive.org/release/d290724a-9648-4b06-b683-67181c75f0fa/19853017551-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d290724a-9648-4b06-b683-67181c75f0fa/19853017551-250.jpg",
    "song": "Hydraulic Pump",
    "track_id": null,
    "recording_id": "c35bcabd-c460-4ad9-9791-34afd6a78cc8",
    "artist": "Parliament-Funkadelic",
    "artist_ids": [
        "7a0ae10d-c51f-434a-9d5a-551d2ae93a9d"
    ],
    "album": "Urban Dancefloor Guerillas",
    "release_id": null,
    "release_group_id": "0d69bd47-3b85-3722-a556-7523d596000a",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "American funk music collective George Clinton and the P-Funk Allstars has featured many talented musicians since the group was formed in 1956. The band is headed by the legendary George Clinton and primarily consists of the individual bands Parliament and Funkadelic, who both have been active since the 1960s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}