Information about plays

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

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

{
    "id": 3534332,
    "uri": "https://api.kexp.org/v2/plays/3534332/?format=api",
    "airdate": "2025-08-01T00:37:10-07:00",
    "show": 64165,
    "show_uri": "https://api.kexp.org/v2/shows/64165/?format=api",
    "image_uri": "https://coverartarchive.org/release/d2181307-bf3e-48ba-884a-384467197078/41384038598-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d2181307-bf3e-48ba-884a-384467197078/41384038598-250.jpg",
    "song": "Sunsets Over Inglewood",
    "track_id": null,
    "recording_id": "9774e72d-12ef-4071-a85b-544f88201283",
    "artist": "Domo Genesis",
    "artist_ids": [
        "0ad99596-cbec-4726-af16-138e2a9268a1"
    ],
    "album": "Dis For The Project (Side A)",
    "release_id": null,
    "release_group_id": "4cd6ff1c-f353-4e63-9b2e-97bce2ce3ef9",
    "labels": [
        "DoughNetworkz"
    ],
    "label_ids": [
        "2f00da28-a68a-4684-a58b-0d11b14b4240"
    ],
    "release_date": "2025-03-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}