Information about plays

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

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

{
    "id": 3652169,
    "uri": "https://api.kexp.org/v2/plays/3652169/?format=api",
    "airdate": "2026-05-08T14:36:32-07:00",
    "show": 66662,
    "show_uri": "https://api.kexp.org/v2/shows/66662/?format=api",
    "image_uri": "https://coverartarchive.org/release/dc3f613e-765f-40b9-99ed-4718292fb6f6/18194857592-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dc3f613e-765f-40b9-99ed-4718292fb6f6/18194857592-250.jpg",
    "song": "Big Fun",
    "track_id": null,
    "recording_id": "2605d4ba-c321-4f85-aef8-98de7a68eb6d",
    "artist": "Inner City",
    "artist_ids": [
        "65a8e571-8a08-433f-a5bf-ead38c269ea6"
    ],
    "album": "Big Fun",
    "release_id": null,
    "release_group_id": "17acb40b-efec-3479-b287-1d06767f1454",
    "labels": [
        "KMS"
    ],
    "label_ids": [
        "6b271325-b78a-4002-8ae6-e3ecaa91347b"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1987, Inner City was formed. This electronic dance group consists of vocalist Paris Grey and producer/composer Kevin Saunderson. Big Fun was released in 1988 as the first single of their debut album.\n\n--\n\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}