Information about plays

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

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

{
    "id": 3624272,
    "uri": "https://api.kexp.org/v2/plays/3624272/?format=api",
    "airdate": "2026-03-02T04:47:53-08:00",
    "show": 66069,
    "show_uri": "https://api.kexp.org/v2/shows/66069/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eight Men and Four Women",
    "track_id": null,
    "recording_id": "9d531549-a102-4bf9-a5e9-c3547e750baf",
    "artist": "O.V. Wright",
    "artist_ids": [
        "ac486e0f-9d86-4dec-8f4f-0f06e4d51946"
    ],
    "album": "A Nickel and a Nail and Ace of Spades",
    "release_id": null,
    "release_group_id": "00554b9d-fc91-4364-9752-aad93793e62e",
    "labels": [],
    "label_ids": [],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}