Information about plays

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

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

{
    "id": 3555195,
    "uri": "https://api.kexp.org/v2/plays/3555195/?format=api",
    "airdate": "2025-09-19T23:06:58-07:00",
    "show": 64606,
    "show_uri": "https://api.kexp.org/v2/shows/64606/?format=api",
    "image_uri": "https://coverartarchive.org/release/2ee94fa9-ad7c-4fe8-ba66-aaed63eef0b6/26582851088-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2ee94fa9-ad7c-4fe8-ba66-aaed63eef0b6/26582851088-250.jpg",
    "song": "Get Rich Quick Scheme",
    "track_id": null,
    "recording_id": "31f8c515-72fe-4f70-8653-e34d098772ef",
    "artist": "MIKE",
    "artist_ids": [
        "da943be1-5611-4bf9-ac4c-0eef1bc0c16b"
    ],
    "album": "weight of the world",
    "release_id": null,
    "release_group_id": "d9bb3980-7b02-4bb4-b6ec-eb097c5efad9",
    "labels": [
        "10k"
    ],
    "label_ids": [
        "4321b3d3-0023-4c6c-899c-2787ee02a407"
    ],
    "release_date": "2020-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by KeiyaA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}