Information about plays

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

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

{
    "id": 3568771,
    "uri": "https://api.kexp.org/v2/plays/3568771/?format=api",
    "airdate": "2025-10-23T03:43:59-07:00",
    "show": 64908,
    "show_uri": "https://api.kexp.org/v2/shows/64908/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Outlaw",
    "track_id": null,
    "recording_id": "43e82528-22c8-48b6-b5b2-a870b43b4fad",
    "artist": "Eugene McDaniels",
    "artist_ids": [],
    "album": "Outlaw",
    "release_id": null,
    "release_group_id": "77f558cd-5743-3672-abb1-8fcaf7229c87",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Singer and songwriter Eugene McDaniels had his greatest recording success in the early 1960s, and had continued success as a songwriter with songs including \"Compared to What\" and Roberta Flack's \"Feel Like Makin' Love\". eugenemcdaniels.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}