Information about plays

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

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

{
    "id": 3570274,
    "uri": "https://api.kexp.org/v2/plays/3570274/?format=api",
    "airdate": "2025-10-26T15:07:46-07:00",
    "show": 64941,
    "show_uri": "https://api.kexp.org/v2/shows/64941/?format=api",
    "image_uri": "https://coverartarchive.org/release/233b7916-ae58-3278-9907-f3b591390651/3723048096-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/233b7916-ae58-3278-9907-f3b591390651/3723048096-250.jpg",
    "song": "Hot Topic",
    "track_id": null,
    "recording_id": "0a8627e6-0db1-4d28-a416-8a7f0040196a",
    "artist": "Le Tigre",
    "artist_ids": [
        "2d67239c-aa40-4ad5-a807-9052b66857a6"
    ],
    "album": "Le Tigre",
    "release_id": null,
    "release_group_id": "116d142c-e7fd-3902-8ca5-0d4999abd00e",
    "labels": [
        "Mr. Lady Records"
    ],
    "label_ids": [
        "5d4b7256-2317-472c-8d5f-cd5f2d8f8f20"
    ],
    "release_date": "1999-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album turned 26 years old yesterday!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}