Information about plays

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

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

{
    "id": 3567706,
    "uri": "https://api.kexp.org/v2/plays/3567706/?format=api",
    "airdate": "2025-10-20T18:43:41-07:00",
    "show": 64889,
    "show_uri": "https://api.kexp.org/v2/shows/64889/?format=api",
    "image_uri": "https://coverartarchive.org/release/1882781e-2841-44eb-9695-ddab9fd18200/14583808911-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1882781e-2841-44eb-9695-ddab9fd18200/14583808911-250.jpg",
    "song": "Autumn Leaves",
    "track_id": null,
    "recording_id": "105ba2ee-d6e5-46b8-9580-ca99679b2c6c",
    "artist": "Grace Jones",
    "artist_ids": [
        "b1c124b3-cf60-41a6-8699-92728c8a3fe0"
    ],
    "album": "Fame",
    "release_id": null,
    "release_group_id": "85c7eb8f-c86b-3297-9199-c91429f8fee8",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1978-06-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}