Information about plays

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

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

{
    "id": 3554312,
    "uri": "https://api.kexp.org/v2/plays/3554312/?format=api",
    "airdate": "2025-09-17T20:10:25-07:00",
    "show": 64589,
    "show_uri": "https://api.kexp.org/v2/shows/64589/?format=api",
    "image_uri": "https://coverartarchive.org/release/5a4593de-3063-4944-b1e3-54afeee9883b/28999413693-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5a4593de-3063-4944-b1e3-54afeee9883b/28999413693-250.jpg",
    "song": "Bailando en el mar",
    "track_id": null,
    "recording_id": "5f0cffce-73c5-4815-8e17-adec0a49534d",
    "artist": "La Era de Acuario",
    "artist_ids": [
        "6c6ba104-7755-4558-ae8f-944b80228174"
    ],
    "album": "La Era de Acuario",
    "release_id": null,
    "release_group_id": "2c5a5a06-9411-4903-b92a-7bf9a51bfb3b",
    "labels": [
        "Necio Records"
    ],
    "label_ids": [
        "73ddcfca-a303-471c-8cbc-4bcbe1b861d3"
    ],
    "release_date": "2021-03-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Necio Records out of Lima, Peru is home to many killer South American psych artists and albums\n\nhttps://neciorecords.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}