Information about plays

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

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

{
    "id": 3561064,
    "uri": "https://api.kexp.org/v2/plays/3561064/?format=api",
    "airdate": "2025-10-04T01:31:42-07:00",
    "show": 64738,
    "show_uri": "https://api.kexp.org/v2/shows/64738/?format=api",
    "image_uri": "https://coverartarchive.org/release/fec6eb0f-f0b5-4ffb-b83a-7f517047e3fc/41961053488-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fec6eb0f-f0b5-4ffb-b83a-7f517047e3fc/41961053488-250.jpg",
    "song": "Vida Vacía",
    "track_id": null,
    "recording_id": "56c6d3a0-dc11-4aff-b837-06583d8ad6e8",
    "artist": "Esqueleto Obsoleto",
    "artist_ids": [
        "2240b7a8-4703-445a-9cc8-4b5ecdf4cc96"
    ],
    "album": "Deadstream",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Electrosound"
    ],
    "label_ids": [
        "6e4b2097-93e8-4a41-8662-2ec8330e9845"
    ],
    "release_date": "2024-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mexico City - \nhttps://electrosound.bandcamp.com/album/deadstream",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}