Information about plays

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

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

{
    "id": 3589205,
    "uri": "https://api.kexp.org/v2/plays/3589205/?format=api",
    "airdate": "2025-12-10T04:35:23-08:00",
    "show": 65336,
    "show_uri": "https://api.kexp.org/v2/shows/65336/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cowards",
    "track_id": "1d9fc95f-6ae0-4293-a568-9f78e21125a3",
    "recording_id": "9d9f7af5-35be-4b9a-900a-1992567a5fa7",
    "artist": "Squid",
    "artist_ids": [
        "5422ef5d-00d4-4c7a-81ab-03cb8fc3cc45"
    ],
    "album": "Cowards",
    "release_id": "0e2b30ca-0b22-4acb-b724-efb5206c2fe0",
    "release_group_id": "a86d3224-03dc-450d-8770-f5d259b9635d",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2025-02-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cowards is the third studio album by the English post-punk band Squid. \n\nhttps://squiduk.bandcamp.com/album/cowards",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}