Information about plays

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

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

{
    "id": 3617442,
    "uri": "https://api.kexp.org/v2/plays/3617442/?format=api",
    "airdate": "2026-02-14T16:31:50-08:00",
    "show": 65933,
    "show_uri": "https://api.kexp.org/v2/shows/65933/?format=api",
    "image_uri": "https://dn711305.ca.archive.org/0/items/mbid-542105df-253b-4f70-86c8-826f4f09b57a/mbid-542105df-253b-4f70-86c8-826f4f09b57a-25624360758_thumb500.jpg",
    "thumbnail_uri": "https://dn711305.ca.archive.org/0/items/mbid-542105df-253b-4f70-86c8-826f4f09b57a/mbid-542105df-253b-4f70-86c8-826f4f09b57a-25624360758_thumb250.jpg",
    "song": "It's Hard to Love (After a Heartbreak)",
    "track_id": "448b4b24-4d0a-3b9f-8258-e40e6dfa0fa3",
    "recording_id": "3bb6faf9-2f69-4b47-8a25-2f83b1daa5dd",
    "artist": "Otis Clay",
    "artist_ids": [
        "566c5190-cbec-41d0-822d-883f6ac61695"
    ],
    "album": "This Time Around",
    "release_id": "753b3d16-5263-49c9-bb03-572226198bdd",
    "release_group_id": "a81f7ef6-96ef-3c3c-9e5c-75c9e18c151b",
    "labels": [
        "Bullseye Blues"
    ],
    "label_ids": [
        "3d265791-0123-4811-a223-751edb2759a6"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://otisclay.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}