Information about plays

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

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

{
    "id": 3531052,
    "uri": "https://api.kexp.org/v2/plays/3531052/?format=api",
    "airdate": "2025-07-24T07:07:06-07:00",
    "show": 64098,
    "show_uri": "https://api.kexp.org/v2/shows/64098/?format=api",
    "image_uri": "https://ia800209.us.archive.org/18/items/mbid-b59c1801-358c-4b14-832c-984b629005dd/mbid-b59c1801-358c-4b14-832c-984b629005dd-3333979778_thumb500.jpg",
    "thumbnail_uri": "https://ia800209.us.archive.org/18/items/mbid-b59c1801-358c-4b14-832c-984b629005dd/mbid-b59c1801-358c-4b14-832c-984b629005dd-3333979778_thumb250.jpg",
    "song": "Fast Car",
    "track_id": "51a10e6b-16ad-3815-982a-61b23f7b0a5e",
    "recording_id": "883821fc-9bbc-4e04-be79-b4b12c4c4a4e",
    "artist": "Tracy Chapman",
    "artist_ids": [
        "1129817c-488a-4096-80c1-77fc1b107c93"
    ],
    "album": "Tracy Chapman",
    "release_id": "b59c1801-358c-4b14-832c-984b629005dd",
    "release_group_id": "a738bdf1-f610-30aa-9ae7-9a4f90d6f2d7",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1988-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Fast Car\" received three nominations at the 31st Annual Grammy Awards in 1989: Record of the Year, Song of the Year, and Best Female Pop Vocal Performance, the last of which it won. It also received an MTV Video Music Award nomination for Best Female Video.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}