Information about plays

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

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

{
    "id": 3553081,
    "uri": "https://api.kexp.org/v2/plays/3553081/?format=api",
    "airdate": "2025-09-14T19:39:48-07:00",
    "show": 64563,
    "show_uri": "https://api.kexp.org/v2/shows/64563/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "El Arbusto",
    "track_id": null,
    "recording_id": null,
    "artist": "Juan Torres",
    "artist_ids": [],
    "album": "Amor En La Discotheque",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Musart"
    ],
    "label_ids": [],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Juan Torres covered Musique's \"In The Bush\" with \"El Arbusto\" on his 1979 album Amor En La Discotheque.\n\nJuan Torres was a Mexican musician who was considered the creator of a genre known as \"Melodic Organ.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}