Information about plays

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

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

{
    "id": 3578800,
    "uri": "https://api.kexp.org/v2/plays/3578800/?format=api",
    "airdate": "2025-11-16T02:22:06-08:00",
    "show": 65124,
    "show_uri": "https://api.kexp.org/v2/shows/65124/?format=api",
    "image_uri": "https://dn710700.ca.archive.org/0/items/mbid-30ece0cb-3af7-323f-b5ba-6a4509787cbe/mbid-30ece0cb-3af7-323f-b5ba-6a4509787cbe-29457044156_thumb500.jpg",
    "thumbnail_uri": "https://dn710700.ca.archive.org/0/items/mbid-30ece0cb-3af7-323f-b5ba-6a4509787cbe/mbid-30ece0cb-3af7-323f-b5ba-6a4509787cbe-29457044156_thumb250.jpg",
    "song": "The Eton Rifles",
    "track_id": "f3afbb47-575d-365d-902e-a8ffb4c2d188",
    "recording_id": "24ce1a61-dffc-48d4-b28b-028fecfc48a6",
    "artist": "The Jam",
    "artist_ids": [
        "23228f18-01d5-493e-94ce-cfcde82a8db2"
    ],
    "album": "Setting Sons",
    "release_id": "30ece0cb-3af7-323f-b5ba-6a4509787cbe",
    "release_group_id": "1cddac1c-c285-3140-8eb0-79fff2e176e1",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1979!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}