Information about plays

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

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

{
    "id": 3598232,
    "uri": "https://api.kexp.org/v2/plays/3598232/?format=api",
    "airdate": "2025-12-31T01:00:12-08:00",
    "show": 65521,
    "show_uri": "https://api.kexp.org/v2/shows/65521/?format=api",
    "image_uri": "https://ia802907.us.archive.org/10/items/mbid-bd392436-fcce-4fa9-ae5b-23620a7f9904/mbid-bd392436-fcce-4fa9-ae5b-23620a7f9904-2806507659_thumb500.jpg",
    "thumbnail_uri": "https://ia802907.us.archive.org/10/items/mbid-bd392436-fcce-4fa9-ae5b-23620a7f9904/mbid-bd392436-fcce-4fa9-ae5b-23620a7f9904-2806507659_thumb250.jpg",
    "song": "Champagne Year",
    "track_id": "2cb01c35-5b56-385d-b7b7-88cdd3fe1870",
    "recording_id": "e682754f-c9bc-4920-8944-6a6f3436c6f2",
    "artist": "St. Vincent",
    "artist_ids": [
        "5334edc0-5faf-4ca5-b1df-000de3e1f752"
    ],
    "album": "Strange Mercy",
    "release_id": "bd392436-fcce-4fa9-ae5b-23620a7f9904",
    "release_group_id": "a9c80acf-5017-4301-8da0-2d6dfb502400",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2011-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy New Year! Cheers to you and I hope to find you well!\n\nFrom St. Vincent's third studio album, \"Strange Mercy.\" She played live at KEXP in 2018. Watch the full set here: https://www.youtube.com/watch?v=ztKJ3RCg2qc&t=2s&ab_channel=KEXP",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}