Information about plays

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

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

{
    "id": 3561061,
    "uri": "https://api.kexp.org/v2/plays/3561061/?format=api",
    "airdate": "2025-10-04T01:20:15-07:00",
    "show": 64738,
    "show_uri": "https://api.kexp.org/v2/shows/64738/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chicos Salvajes",
    "track_id": null,
    "recording_id": null,
    "artist": "Ca de Bestiar",
    "artist_ids": [],
    "album": "Chicos Salvajes",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Not Now, No Way!"
    ],
    "label_ids": [],
    "release_date": "2017-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spain - \nhttps://notnow-noway.bandcamp.com/album/not-now-no-way-3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}