Information about plays

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

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

{
    "id": 3525864,
    "uri": "https://api.kexp.org/v2/plays/3525864/?format=api",
    "airdate": "2025-07-12T06:45:06-07:00",
    "show": 63990,
    "show_uri": "https://api.kexp.org/v2/shows/63990/?format=api",
    "image_uri": "https://coverartarchive.org/release/194d21c4-05c8-48b6-9d6a-e816cbe0a809/15068170142-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/194d21c4-05c8-48b6-9d6a-e816cbe0a809/15068170142-250.jpg",
    "song": "Romantic",
    "track_id": null,
    "recording_id": null,
    "artist": "Mannequin Pussy",
    "artist_ids": [
        "e160f589-dbe6-4b8f-88b5-f528ff4443b4"
    ],
    "album": "Romantic",
    "release_id": null,
    "release_group_id": "dd416534-0dbf-44ae-a276-411d13291d66",
    "labels": [
        "Tiny Engines"
    ],
    "label_ids": [
        "2610903c-f0ac-4e7c-a2ab-c50f7468a8c2"
    ],
    "release_date": "2016-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}