Information about plays

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

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

{
    "id": 3571831,
    "uri": "https://api.kexp.org/v2/plays/3571831/?format=api",
    "airdate": "2025-10-30T13:09:58-07:00",
    "show": 64976,
    "show_uri": "https://api.kexp.org/v2/shows/64976/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Consciousness",
    "track_id": null,
    "recording_id": "3b3c7c4d-869d-4d47-b17d-eab973805d28",
    "artist": "Pat Martino",
    "artist_ids": [
        "8b8b7c42-8210-4267-bb93-4c2df5b2c438"
    ],
    "album": "Consciousness",
    "release_id": null,
    "release_group_id": "ba132999-2f87-342e-b038-d3c50e1640cc",
    "labels": [
        "Muse Records"
    ],
    "label_ids": [
        "ab638631-3198-4dba-846e-cd6bbc1e198f"
    ],
    "release_date": "1974-07-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The bass in this song, played by Tyrone Brown,  was sampled by Kool Keith for \"3000.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}