Information about plays

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

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

{
    "id": 3554776,
    "uri": "https://api.kexp.org/v2/plays/3554776/?format=api",
    "airdate": "2025-09-18T23:13:48-07:00",
    "show": 64598,
    "show_uri": "https://api.kexp.org/v2/shows/64598/?format=api",
    "image_uri": "https://coverartarchive.org/release/d971c5af-1b68-47f3-87f8-059ef7dc0497/26641022652-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d971c5af-1b68-47f3-87f8-059ef7dc0497/26641022652-250.jpg",
    "song": "4 Ever",
    "track_id": null,
    "recording_id": "c530f8cf-4457-49ce-a335-3ec57b70a87e",
    "artist": "Lil’ Mo feat. Fabolous",
    "artist_ids": [
        "79fb5edc-d40d-410b-93ac-1cf7887977a4",
        "d2299099-e617-46dd-b013-ba0b4c72bc63"
    ],
    "album": "Meet the Girl Next Door",
    "release_id": null,
    "release_group_id": "64eaa1d4-35d6-3371-9d50-271cc5eeb306",
    "labels": [],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}