Information about plays

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

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

{
    "id": 3548149,
    "uri": "https://api.kexp.org/v2/plays/3548149/?format=api",
    "airdate": "2025-09-02T21:52:09-07:00",
    "show": 64457,
    "show_uri": "https://api.kexp.org/v2/shows/64457/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everyone's Funkin' (Danilo Braca Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "IAPIGI",
    "artist_ids": [],
    "album": "Everybody Funk [JA-12001]",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Best Records"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Everybody Funk is the first album from Japigia Records. This is the first splendid house music album by Pasquale Fanelli, an industrialist from Bari with boundless passion for music and for the show in general, whose greatest merit is of having created a working group full of ideas and talent: the IAPIGI team",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}