Information about plays

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

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

{
    "id": 3627191,
    "uri": "https://api.kexp.org/v2/plays/3627191/?format=api",
    "airdate": "2026-03-09T21:20:44-07:00",
    "show": 66139,
    "show_uri": "https://api.kexp.org/v2/shows/66139/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rojo Profundo",
    "track_id": null,
    "recording_id": null,
    "artist": "Dillom",
    "artist_ids": [
        "bd212fd1-abe7-47c6-9f6f-97d0330f4b74"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "THANK YOU FOR ALL OF YOUR DONATIONS TONIGHT!\nTogether with strength<3  \n*** www.kexp.org\n¡GRACIAS POR TODAS SUS DONACIONES ESTA NOCHE! \nJuntos somos más fuertes <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}