Information about plays

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

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

{
    "id": 3532343,
    "uri": "https://api.kexp.org/v2/plays/3532343/?format=api",
    "airdate": "2025-07-27T09:00:27-07:00",
    "show": 64127,
    "show_uri": "https://api.kexp.org/v2/shows/64127/?format=api",
    "image_uri": "https://coverartarchive.org/release/0c3eb66e-3318-43a1-a3a8-0cb3471e8c26/25329099237-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0c3eb66e-3318-43a1-a3a8-0cb3471e8c26/25329099237-250.jpg",
    "song": "My Song",
    "track_id": null,
    "recording_id": "3ec819b7-533e-4da8-9355-05078bd1dd68",
    "artist": "Labi Siffre",
    "artist_ids": [
        "6838ca8e-da88-436c-a0fd-6d3a7e832f1f"
    ],
    "album": "Crying Laughing Loving Lying",
    "release_id": null,
    "release_group_id": "f34a6030-1365-47ef-9f45-545c7dcc927a",
    "labels": [
        "Pye Records"
    ],
    "label_ids": [
        "90cdd5fe-8892-4006-829e-d0f254e6a79e"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Third record from British singer/songwriter/poet Labi Siffre. The album also contains one of Labi's most popular tunes, \"It Must Be Love,\" which later became a hit for Madness in 1981.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}