Information about plays

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

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

{
    "id": 3583663,
    "uri": "https://api.kexp.org/v2/plays/3583663/?format=api",
    "airdate": "2025-11-27T12:58:16-08:00",
    "show": 65223,
    "show_uri": "https://api.kexp.org/v2/shows/65223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fortunately Gone",
    "track_id": "7be9d3a3-e274-3150-b7a0-d6d5b28429ab",
    "recording_id": "07968da2-ee6b-490a-b430-570e235c739d",
    "artist": "The Breeders",
    "artist_ids": [
        "667e856e-f3a7-42e9-8244-95422ef31321"
    ],
    "album": "Pod",
    "release_id": "213f1d8f-9233-3b6d-822d-d10f81e39e8d",
    "release_group_id": "9369d619-d85e-3abd-a31e-f4398ec4c76e",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1990-05-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I’m crowning Kim Deal the queen of everything! Off their debut album, Pod.\n\nThe Breeders will play in San Francisco at The Castro Theatre on August 22 and 23.\n\nhttps://www.thebreedersmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}