Information about plays

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

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

{
    "id": 3533799,
    "uri": "https://api.kexp.org/v2/plays/3533799/?format=api",
    "airdate": "2025-07-30T16:13:50-07:00",
    "show": 64155,
    "show_uri": "https://api.kexp.org/v2/shows/64155/?format=api",
    "image_uri": "https://ia600406.us.archive.org/5/items/mbid-f647050a-8d8b-437c-8a93-7a18480c2834/mbid-f647050a-8d8b-437c-8a93-7a18480c2834-17803345110_thumb500.jpg",
    "thumbnail_uri": "https://ia800406.us.archive.org/5/items/mbid-f647050a-8d8b-437c-8a93-7a18480c2834/mbid-f647050a-8d8b-437c-8a93-7a18480c2834-17803345110_thumb250.jpg",
    "song": "M.E.",
    "track_id": "2c801c34-4e2d-3fcf-9a30-4435ba93d2f3",
    "recording_id": "ada20432-3d57-4984-8945-40ef0368eaf7",
    "artist": "Gary Numan",
    "artist_ids": [
        "6cb79cb2-9087-44d4-828b-5c6fdff2c957"
    ],
    "album": "The Pleasure Principle",
    "release_id": "f647050a-8d8b-437c-8a93-7a18480c2834",
    "release_group_id": "2ba66802-18a7-3bf4-958c-db871a6e7f34",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1998-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#27 Gary Numan will be supporting the Psychedelic Furs on September 13 at the Showbox in Seattle and performing at the Wild Buffalo on the 12th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}