Information about plays

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

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

{
    "id": 3662822,
    "uri": "https://api.kexp.org/v2/plays/3662822/?format=api",
    "airdate": "2026-06-02T14:16:42-07:00",
    "show": 66885,
    "show_uri": "https://api.kexp.org/v2/shows/66885/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "More Than I Can Stand",
    "track_id": null,
    "recording_id": "600d96e0-e8fe-424d-95a7-3afc0a68bf57",
    "artist": "Bobby Womack",
    "artist_ids": [
        "48e78462-2f0b-4a1a-9fa4-0585e2991e80"
    ],
    "album": "My Prescription",
    "release_id": null,
    "release_group_id": "56ae99ac-186b-4b21-bcd4-0bbd6836142a",
    "labels": [
        "Minit"
    ],
    "label_ids": [
        "03530d0c-080f-4694-ac73-37a2d771508a"
    ],
    "release_date": "1970-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bobby Womack was an American singer-songwriter and guitarist. Starting in the early 1950s as the lead singer of his family musical group the Valentinos and as Sam Cooke's backing guitarist, Womack's career spanned more than 60 years and multiple styles, including R&B, blues, doo-wop, gospel, funk, and soul.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}