Information about plays

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

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

{
    "id": 3555069,
    "uri": "https://api.kexp.org/v2/plays/3555069/?format=api",
    "airdate": "2025-09-19T15:43:30-07:00",
    "show": 64603,
    "show_uri": "https://api.kexp.org/v2/shows/64603/?format=api",
    "image_uri": "https://coverartarchive.org/release/822d0388-1864-41fe-ba6e-5daa49b2f1ed/34362289836-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/822d0388-1864-41fe-ba6e-5daa49b2f1ed/34362289836-250.jpg",
    "song": "Pumpin' It Up",
    "track_id": null,
    "recording_id": "8e30a384-d00d-44d0-80ac-0fb746c3c785",
    "artist": "P-Funk All Stars",
    "artist_ids": [
        "7a0ae10d-c51f-434a-9d5a-551d2ae93a9d"
    ],
    "album": "Hydraulic Funk",
    "release_id": null,
    "release_group_id": "5340dba5-b583-3b36-aaf8-8ebcfd9fec72",
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [
        "0f6fb74a-eb83-4a02-b975-3c2e470f6aaa"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Hunter and all our United States Postal Service friends!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}