Information about plays

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

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

{
    "id": 3575730,
    "uri": "https://api.kexp.org/v2/plays/3575730/?format=api",
    "airdate": "2025-11-08T21:18:09-08:00",
    "show": 65060,
    "show_uri": "https://api.kexp.org/v2/shows/65060/?format=api",
    "image_uri": "https://coverartarchive.org/release/b0ce5c3b-55c4-4f70-938c-ee5966d25830/29006229043-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b0ce5c3b-55c4-4f70-938c-ee5966d25830/29006229043-250.jpg",
    "song": "I Just Pay Taxes",
    "track_id": null,
    "recording_id": "702229b4-ef52-43d2-8e3f-d76e2da35ca1",
    "artist": "M.A.Z.E.",
    "artist_ids": [
        "69f4640e-bb58-43e6-ae81-5965aebab5b9"
    ],
    "album": "II",
    "release_id": null,
    "release_group_id": "e091efb4-bb8d-4b35-bfc9-ba9972570c48",
    "labels": [
        "Lumpy Records"
    ],
    "label_ids": [
        "1d943064-ee2c-420b-acbc-e5cca183a638"
    ],
    "release_date": "2021-03-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Japan\n\nhttps://m-a-z-e.bandcamp.com/album/live-at-archer-ballroom",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}