Information about plays

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

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

{
    "id": 3553464,
    "uri": "https://api.kexp.org/v2/plays/3553464/?format=api",
    "airdate": "2025-09-15T18:29:50-07:00",
    "show": 64572,
    "show_uri": "https://api.kexp.org/v2/shows/64572/?format=api",
    "image_uri": "https://coverartarchive.org/release/85cb4322-cace-4053-9cac-621058cb8662/36079152032-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/85cb4322-cace-4053-9cac-621058cb8662/36079152032-250.jpg",
    "song": "Lebron en el Bameso",
    "track_id": null,
    "recording_id": "5a776188-72b0-4891-8b1a-fa2bdc8b6186",
    "artist": "El Alfa",
    "artist_ids": [
        "0887484d-aed1-4aa6-9862-930a25815696"
    ],
    "album": "Lebron en el Bameso",
    "release_id": null,
    "release_group_id": "d9113c87-d281-479c-b399-685863a26392",
    "labels": [
        "El Jefe Record Music LLC"
    ],
    "label_ids": [
        "34822beb-becc-4796-9e6b-4dc1250302c3"
    ],
    "release_date": "2022-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=LnIacTR9MdU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}