Information about plays

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

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

{
    "id": 3571866,
    "uri": "https://api.kexp.org/v2/plays/3571866/?format=api",
    "airdate": "2025-10-30T15:15:23-07:00",
    "show": 64976,
    "show_uri": "https://api.kexp.org/v2/shows/64976/?format=api",
    "image_uri": "https://coverartarchive.org/release/162df6cb-83b8-4fc2-b1df-311b8283ec06/35837859169-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/162df6cb-83b8-4fc2-b1df-311b8283ec06/35837859169-250.jpg",
    "song": "Shack Up",
    "track_id": null,
    "recording_id": "08d2c7f4-8214-491e-a1c9-236d724a2618",
    "artist": "A Certain Ratio",
    "artist_ids": [
        "73577e86-4da8-4d76-949d-34c757e053be"
    ],
    "album": "Do the Du",
    "release_id": null,
    "release_group_id": "ef21dbd7-dbc6-310f-9ad3-1fc13083f5c2",
    "labels": [
        "Factory America"
    ],
    "label_ids": [
        "b7561f44-a134-4e5a-a600-515dfd24becf"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was A Certain Ratio's 1980 cover of the original 1975 original from Banbarra.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}