Information about plays

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

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

{
    "id": 3570102,
    "uri": "https://api.kexp.org/v2/plays/3570102/?format=api",
    "airdate": "2025-10-26T05:04:13-07:00",
    "show": 64937,
    "show_uri": "https://api.kexp.org/v2/shows/64937/?format=api",
    "image_uri": "https://coverartarchive.org/release/a8bff282-51f9-4122-a3d5-989e8d2bebca/19134229824-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a8bff282-51f9-4122-a3d5-989e8d2bebca/19134229824-250.jpg",
    "song": "Green Isaac",
    "track_id": null,
    "recording_id": null,
    "artist": "Prefab Sprout",
    "artist_ids": [
        "1fd87f72-5fbf-4cad-bd9d-f2fec1359cfc"
    ],
    "album": "Swoon",
    "release_id": null,
    "release_group_id": "a3d77ad2-7e8c-3fd3-9f42-18c0f907b0a1",
    "labels": [
        "Kitchenware"
    ],
    "label_ids": [],
    "release_date": "1984-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "S w O o N",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}