Information about plays

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

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

{
    "id": 3667074,
    "uri": "https://api.kexp.org/v2/plays/3667074/?format=api",
    "airdate": "2026-06-12T21:05:53-07:00",
    "show": 66971,
    "show_uri": "https://api.kexp.org/v2/shows/66971/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Save the Children",
    "track_id": null,
    "recording_id": "2f021337-95ff-4371-b03e-7b567e1f80b7",
    "artist": "Zakir",
    "artist_ids": [
        "84fc0eb6-04e9-4f1c-bcf8-d70b6383b642"
    ],
    "album": "Det bästa av Carola",
    "release_id": null,
    "release_group_id": "e19e510d-519d-4791-90b0-80284b398df9",
    "labels": [],
    "label_ids": [],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}