Information about plays

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

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

{
    "id": 3520188,
    "uri": "https://api.kexp.org/v2/plays/3520188/?format=api",
    "airdate": "2025-06-28T23:54:35-07:00",
    "show": 63865,
    "show_uri": "https://api.kexp.org/v2/shows/63865/?format=api",
    "image_uri": "https://coverartarchive.org/release/53f41259-3f06-4bb3-b8e9-f100dc384ee5/40487356226-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/53f41259-3f06-4bb3-b8e9-f100dc384ee5/40487356226-250.jpg",
    "song": "On Parole",
    "track_id": null,
    "recording_id": "5ba9459e-9f0e-4a4c-a91d-09cabab429f9",
    "artist": "Motörhead",
    "artist_ids": [
        "57961a97-3796-4bf7-9f02-a985a8979ae9"
    ],
    "album": "Motörhead",
    "release_id": null,
    "release_group_id": "43b4c679-bb92-3479-8763-501fd5173d3d",
    "labels": [
        "Ace"
    ],
    "label_ids": [
        "6ca0c797-97f1-4701-8b62-f2f6d5fd1d10"
    ],
    "release_date": "1977-08-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}