Information about plays

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

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

{
    "id": 3545156,
    "uri": "https://api.kexp.org/v2/plays/3545156/?format=api",
    "airdate": "2025-08-26T17:46:03-07:00",
    "show": 64395,
    "show_uri": "https://api.kexp.org/v2/shows/64395/?format=api",
    "image_uri": "https://ia600607.us.archive.org/24/items/mbid-0dbcc4bd-624e-353a-a882-cc66a0d393ed/mbid-0dbcc4bd-624e-353a-a882-cc66a0d393ed-21927527006_thumb500.jpg",
    "thumbnail_uri": "https://ia600607.us.archive.org/24/items/mbid-0dbcc4bd-624e-353a-a882-cc66a0d393ed/mbid-0dbcc4bd-624e-353a-a882-cc66a0d393ed-21927527006_thumb250.jpg",
    "song": "American Music",
    "track_id": "c804264d-eefa-300e-a34c-3ab12657d0f6",
    "recording_id": "662eef72-f432-4712-8cad-efe4e33c33f0",
    "artist": "Violent Femmes",
    "artist_ids": [
        "2aab61bc-67f4-4722-8c6e-e1821b2e32a6"
    ],
    "album": "Why Do Birds Sing?",
    "release_id": "3104243a-0857-4010-8eb5-85fd571db14e",
    "release_group_id": "aff3dc58-a918-3dde-aad1-4d251108cabc",
    "labels": [
        "Slash"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1991-04-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Milwaukee band Violent Femmes released \"American Music\" on their 1991 Why Do Birds Sing? album. This track was also the debut single for the album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}