Information about plays

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

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

{
    "id": 3606412,
    "uri": "https://api.kexp.org/v2/plays/3606412/?format=api",
    "airdate": "2026-01-19T14:52:21-08:00",
    "show": 65700,
    "show_uri": "https://api.kexp.org/v2/shows/65700/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sagittarius Red",
    "track_id": null,
    "recording_id": "016d8efb-44b1-47a3-ab7e-406942bd139c",
    "artist": "Gene McDaniels",
    "artist_ids": [
        "b43965ae-1a17-4076-917b-4815a0fce36e"
    ],
    "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\".\n\nhttp://eugenemcdaniels.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}