Information about plays

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

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

{
    "id": 3553084,
    "uri": "https://api.kexp.org/v2/plays/3553084/?format=api",
    "airdate": "2025-09-14T19:49:22-07:00",
    "show": 64563,
    "show_uri": "https://api.kexp.org/v2/shows/64563/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Happy Soul (With a Hook)",
    "track_id": null,
    "recording_id": "c968b72c-1a79-4ed9-bf5d-4755bc048763",
    "artist": "Dave Cortez and the Moon People",
    "artist_ids": [
        "c61d724f-8b88-46a3-9051-129121827bf1"
    ],
    "album": "DJ Pogo Presents Block Party Breaks 2",
    "release_id": null,
    "release_group_id": "1e7239da-e8a2-39b3-9c37-4998fb0bb5eb",
    "labels": [
        "Speed Records"
    ],
    "label_ids": [],
    "release_date": "2001-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dave Cortez and the Moon People originally released \"Happy Soul (With a Hook)\" in 1968, but you can find the track on the 2001 compilation album DJ Pogo Presents Block Party Breaks 2.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}