Information about plays

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

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

{
    "id": 3550448,
    "uri": "https://api.kexp.org/v2/plays/3550448/?format=api",
    "airdate": "2025-09-08T13:02:23-07:00",
    "show": 64510,
    "show_uri": "https://api.kexp.org/v2/shows/64510/?format=api",
    "image_uri": "https://ia601309.us.archive.org/30/items/mbid-303b0dce-f481-4038-bb86-f22a21838e31/mbid-303b0dce-f481-4038-bb86-f22a21838e31-844552319_thumb500.jpg",
    "thumbnail_uri": "https://ia801309.us.archive.org/30/items/mbid-303b0dce-f481-4038-bb86-f22a21838e31/mbid-303b0dce-f481-4038-bb86-f22a21838e31-844552319_thumb250.jpg",
    "song": "Blood Makes Noise",
    "track_id": "4b75d4ea-934d-38cf-8505-e4399dc11584",
    "recording_id": "6e214e57-5eda-4f78-b302-ad6c677f08e9",
    "artist": "Suzanne Vega",
    "artist_ids": [
        "cf119120-7df5-47d7-9dec-49f8837a4e40"
    ],
    "album": "99.9 F°",
    "release_id": "303b0dce-f481-4038-bb86-f22a21838e31",
    "release_group_id": "296aeb4a-f1ba-3815-8d5f-bc180c229d0e",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1992-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1992 alternative hit from Suzanne Vega! Vega said that the clanging percussion in this song was meant to recreate the sounds the \"blood makes\" in someone's head when someone's afraid, when their life is threatened, when they are provoked",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}