Information about plays

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

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

{
    "id": 3610999,
    "uri": "https://api.kexp.org/v2/plays/3610999/?format=api",
    "airdate": "2026-01-30T10:15:53-08:00",
    "show": 65793,
    "show_uri": "https://api.kexp.org/v2/shows/65793/?format=api",
    "image_uri": "https://dn710307.ca.archive.org/0/items/mbid-4fe6696e-a33d-3241-b93d-cdd8d79d1ff9/mbid-4fe6696e-a33d-3241-b93d-cdd8d79d1ff9-19434297749_thumb500.jpg",
    "thumbnail_uri": "https://dn710307.ca.archive.org/0/items/mbid-4fe6696e-a33d-3241-b93d-cdd8d79d1ff9/mbid-4fe6696e-a33d-3241-b93d-cdd8d79d1ff9-19434297749_thumb250.jpg",
    "song": "Like a Virgin",
    "track_id": "8eeae2f3-6eb5-3b89-9899-49001b59dd2b",
    "recording_id": "429ce654-37b1-4b08-a926-d44f94adc9ab",
    "artist": "Teenage Fanclub",
    "artist_ids": [
        "e6f8912b-7df9-4aae-b551-2cd03dc29588"
    ],
    "album": "What You Do to Me",
    "release_id": "5d8fa045-394b-4dec-8084-133960a83365",
    "release_group_id": "1b7b647a-2066-3541-984d-2b2056ef0146",
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Teenage Fanclub released this Madonna cover as a B-side with their \"What You Do to Me\" single in 1992. The band had just put out their third album, Bandwagonesque, the year prior.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}