Information about plays

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

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

{
    "id": 3529937,
    "uri": "https://api.kexp.org/v2/plays/3529937/?format=api",
    "airdate": "2025-07-21T13:44:41-07:00",
    "show": 64076,
    "show_uri": "https://api.kexp.org/v2/shows/64076/?format=api",
    "image_uri": "https://dn721805.ca.archive.org/0/items/mbid-c0bb979e-7b1b-4d90-a9ad-3b1f2589071b/mbid-c0bb979e-7b1b-4d90-a9ad-3b1f2589071b-42050368850_thumb500.jpg",
    "thumbnail_uri": "https://dn721805.ca.archive.org/0/items/mbid-c0bb979e-7b1b-4d90-a9ad-3b1f2589071b/mbid-c0bb979e-7b1b-4d90-a9ad-3b1f2589071b-42050368850_thumb250.jpg",
    "song": "Stereo World",
    "track_id": "3cf7fb4a-b2fa-4dda-8dc1-185fc21a83d8",
    "recording_id": "d3f5314d-0cb0-4213-86e2-23f152ee3ce8",
    "artist": "Dorio",
    "artist_ids": [
        "552f834d-c63c-4af5-af75-f73c1fcd5007"
    ],
    "album": "Super Love 3",
    "release_id": "c0bb979e-7b1b-4d90-a9ad-3b1f2589071b",
    "release_group_id": "920e25f3-e35d-4ba6-81d0-a09e31ab32fc",
    "labels": [
        "Earth Libraries"
    ],
    "label_ids": [
        "9ef7c67d-bf6d-4813-9d0a-79866bb48a0b"
    ],
    "release_date": "2025-06-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}