Information about plays

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

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

{
    "id": 3538175,
    "uri": "https://api.kexp.org/v2/plays/3538175/?format=api",
    "airdate": "2025-08-09T23:55:24-07:00",
    "show": 64248,
    "show_uri": "https://api.kexp.org/v2/shows/64248/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Brotherhood of Man",
    "track_id": null,
    "recording_id": "82c5224f-2014-44c2-b80b-8b30a7dea943",
    "artist": "Motörhead",
    "artist_ids": [
        "57961a97-3796-4bf7-9f02-a985a8979ae9"
    ],
    "album": "The Wörld Is Yours",
    "release_id": null,
    "release_group_id": "5c32f48a-3f52-40ed-8149-28f6f0c91e2f",
    "labels": [
        "UDR"
    ],
    "label_ids": [
        "862919f8-d25f-43e3-b279-c10e5792c082"
    ],
    "release_date": "2010-12-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lemmy Forever!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}