Information about plays

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

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

{
    "id": 3627162,
    "uri": "https://api.kexp.org/v2/plays/3627162/?format=api",
    "airdate": "2026-03-09T18:24:19-07:00",
    "show": 66139,
    "show_uri": "https://api.kexp.org/v2/shows/66139/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Full of Fire",
    "track_id": null,
    "recording_id": "2be26e5e-57d5-428f-83ed-21a5648d6b9e",
    "artist": "Al Green",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "The Hi Singles A’s and B’s",
    "release_id": null,
    "release_group_id": "8ccf6ac4-7068-3555-93d5-04cdbedd19df",
    "labels": [
        "Hi Records"
    ],
    "label_ids": [
        "19eeed5a-1dbe-40bc-b6e9-5979a3a903d8"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}