Information about plays

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

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

{
    "id": 3604716,
    "uri": "https://api.kexp.org/v2/plays/3604716/?format=api",
    "airdate": "2026-01-15T15:23:00-08:00",
    "show": 65658,
    "show_uri": "https://api.kexp.org/v2/shows/65658/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Topanga",
    "track_id": null,
    "recording_id": "9cb39fa6-400d-43d7-bb36-f35babfe203e",
    "artist": "Trippie Redd",
    "artist_ids": [
        "8032cf05-d916-4b2a-9c53-6e75d4a24bd8"
    ],
    "album": "Topanga",
    "release_id": null,
    "release_group_id": "69c6cfc1-6778-4939-b7fd-7f23c2f8ecbe",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-10-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Michael Lamar White II,  professionally known as Trippie Redd, is an American rapper, singer, and songwriter from Canton, Ohio.: https://trippie-redd.fandom.com/wiki/Trippie_Redd\n--\nThis song directly sampled the hook from Maurette Brown Clark's \"It Ain't Over.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}