Information about plays

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

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

{
    "id": 3546889,
    "uri": "https://api.kexp.org/v2/plays/3546889/?format=api",
    "airdate": "2025-08-30T21:10:48-07:00",
    "show": 64433,
    "show_uri": "https://api.kexp.org/v2/shows/64433/?format=api",
    "image_uri": "https://coverartarchive.org/release/b96d5d60-f976-4c18-8d96-95e93138e976/38961131343-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b96d5d60-f976-4c18-8d96-95e93138e976/38961131343-250.jpg",
    "song": "You've Got the Nerve",
    "track_id": null,
    "recording_id": "9593cf13-32ad-459a-896a-317dd652119b",
    "artist": "Bad Nerves",
    "artist_ids": [
        "e3855311-3405-44e7-b942-2e50f64bfbca"
    ],
    "album": "Still Nervous",
    "release_id": null,
    "release_group_id": "1e31a3af-2839-437c-8279-376ddb1d9629",
    "labels": [
        "Suburban Records"
    ],
    "label_ids": [
        "7ffcb1ec-ca97-4e54-b36b-36de0a924535"
    ],
    "release_date": "2024-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Essex, UK\n\nhttps://berkeleybeacon.com/exclusive-bad-nerves-is-rekindling-the-rock-n-roll-flame/\nhttps://badnerves.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}