Information about plays

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

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

{
    "id": 3576034,
    "uri": "https://api.kexp.org/v2/plays/3576034/?format=api",
    "airdate": "2025-11-09T14:00:23-08:00",
    "show": 65065,
    "show_uri": "https://api.kexp.org/v2/shows/65065/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love In A Lovely Way",
    "track_id": "84c1e120-36fa-46a3-9ea7-bf280003c5f4",
    "recording_id": "0b177fb4-f5de-462c-932f-d7ed91191cdf",
    "artist": "Lila Iké",
    "artist_ids": [
        "c702fd8c-b9df-48e9-b100-6976aa2e3a88"
    ],
    "album": "Treasure Self Love",
    "release_id": "a2fb2126-0a8d-4915-9759-1699a24f2b35",
    "release_group_id": "163e253d-e67f-4337-94ce-88f4746c90b3",
    "labels": [
        "Ineffable Records"
    ],
    "label_ids": [
        "7155876d-bb21-4e02-a53d-a2e3ef2603c2"
    ],
    "release_date": "2025-08-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The debut full-length album from Jamaica’s rising reggae star Lila Iké, born Alecia Tameka Grey.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}