Information about plays

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

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

{
    "id": 3561074,
    "uri": "https://api.kexp.org/v2/plays/3561074/?format=api",
    "airdate": "2025-10-04T02:07:57-07:00",
    "show": 64738,
    "show_uri": "https://api.kexp.org/v2/shows/64738/?format=api",
    "image_uri": "https://coverartarchive.org/release/4d578897-eea2-4383-b1b2-b97d157daa98/41510848163-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4d578897-eea2-4383-b1b2-b97d157daa98/41510848163-250.jpg",
    "song": "Aracnido",
    "track_id": null,
    "recording_id": "5c9dbe74-6596-49a2-84d0-69a52559512b",
    "artist": "Antiflvx",
    "artist_ids": [
        "153ab213-a790-4c4c-8aeb-ea0df9af14ec"
    ],
    "album": "Generation Young and Cold Vol​.​6",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Young and Cold Records"
    ],
    "label_ids": [],
    "release_date": "2019-08-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Colombia - \nhttps://youngandcoldrecords.bandcamp.com/album/generation-young-and-cold-vol-6",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}