Information about plays

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

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

{
    "id": 3604111,
    "uri": "https://api.kexp.org/v2/plays/3604111/?format=api",
    "airdate": "2026-01-14T03:22:54-08:00",
    "show": 65645,
    "show_uri": "https://api.kexp.org/v2/shows/65645/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boys Who Kiss You in Their Car",
    "track_id": null,
    "recording_id": "2916edef-474d-4bce-95aa-9a7b61b089e7",
    "artist": "Ber",
    "artist_ids": [
        "5d69a2ff-67c6-4687-9a93-c8077cc16323"
    ],
    "album": "Boys Who Kiss You In Their Car",
    "release_id": null,
    "release_group_id": "25b0ba38-e474-49fa-88c7-ddb10f8c8772",
    "labels": [
        "AWAL Recordings Ltd"
    ],
    "label_ids": [
        "1a59ec10-ab09-450c-86ec-04f1796be3fd"
    ],
    "release_date": "2022-09-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=iQ-UQUIatD4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}