Information about plays

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

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

{
    "id": 3602371,
    "uri": "https://api.kexp.org/v2/plays/3602371/?format=api",
    "airdate": "2026-01-09T20:25:31-08:00",
    "show": 65607,
    "show_uri": "https://api.kexp.org/v2/shows/65607/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "FUN",
    "track_id": null,
    "recording_id": null,
    "artist": "Rema",
    "artist_ids": [
        "720c46ba-a0e4-4b58-aee2-3bd70c70901f"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"FUN\" is a vibrant, carefree Afrobeats anthem about living in the moment, embracing joy, and shutting out stress, featuring his signature blend of smooth melodies and passionate lyrics that explore youthful ecstasy, making it an instant dance-floor hit with a feel-good vibe. The song highlights Rema's unique musical style, combining Afrobeats with pop and his self-coined \"Afrorave\" sound, solidifying his status as a global star known for infectious tracks that resonate with fans worldwide",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}