Information about plays

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

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

{
    "id": 3546115,
    "uri": "https://api.kexp.org/v2/plays/3546115/?format=api",
    "airdate": "2025-08-29T02:17:35-07:00",
    "show": 64415,
    "show_uri": "https://api.kexp.org/v2/shows/64415/?format=api",
    "image_uri": "https://coverartarchive.org/release/81fd4218-d269-48d4-b2cc-1e74b6c28187/33157526921-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/81fd4218-d269-48d4-b2cc-1e74b6c28187/33157526921-250.jpg",
    "song": "Alien Sex Fiend",
    "track_id": null,
    "recording_id": "bde9d314-e844-4a57-aaa7-8dcf08c01c74",
    "artist": "Garbage",
    "artist_ids": [
        "f9ef7a22-4262-4596-a2a8-1d19345b8e50"
    ],
    "album": "Garbage",
    "release_id": null,
    "release_group_id": "dcad245f-9d95-3751-9e69-d50ca399b46a",
    "labels": [
        "Almo Sounds"
    ],
    "label_ids": [
        "12ad1045-26f3-46de-b7f1-63cc22a31e64"
    ],
    "release_date": "1995-08-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "B-side from Garbage!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}