Information about plays

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

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

{
    "id": 3581688,
    "uri": "https://api.kexp.org/v2/plays/3581688/?format=api",
    "airdate": "2025-11-22T23:19:43-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "https://coverartarchive.org/release/aa6510fa-35e7-4a69-bee9-0cb50317f792/40959422946-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aa6510fa-35e7-4a69-bee9-0cb50317f792/40959422946-250.jpg",
    "song": "Destination Venus",
    "track_id": null,
    "recording_id": "dd10f4e8-312e-46f6-8e7a-f654328a4aee",
    "artist": "The Rezillos",
    "artist_ids": [
        "e9a64ec8-afc6-4aff-aa1f-34fdd3448b7d"
    ],
    "album": "Destination Venus",
    "release_id": null,
    "release_group_id": "b4971799-012d-3c0b-84fc-29301b31c109",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1978-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band name was adapted from the name of a club called \"Revilos\" that appeared in the first issue of the DC Comics publication The Shadow in November 1973.\n\nhttps://www.rezillos.rocks/\nhttps://www.facebook.com/TheRezillos/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}