Information about plays

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

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

{
    "id": 3551749,
    "uri": "https://api.kexp.org/v2/plays/3551749/?format=api",
    "airdate": "2025-09-11T15:24:24-07:00",
    "show": 64534,
    "show_uri": "https://api.kexp.org/v2/shows/64534/?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 (12\" Mix Parts 1 & 2)",
    "track_id": null,
    "recording_id": null,
    "artist": "P-Funk All Stars",
    "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": "\"Urban Dancefloor Guerillas\" was the debut album from P-Funk All Stars. Here's a review: https://medium.com/the-riff/album-review-urban-dancefloor-guerillas-by-p-funk-all-stars-97394ab0583e",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}