Information about plays

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

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

{
    "id": 3549535,
    "uri": "https://api.kexp.org/v2/plays/3549535/?format=api",
    "airdate": "2025-09-06T06:17:44-07:00",
    "show": 64488,
    "show_uri": "https://api.kexp.org/v2/shows/64488/?format=api",
    "image_uri": "https://coverartarchive.org/release/43e34e87-7316-487d-8074-9f91bbad881c/41526713921-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/43e34e87-7316-487d-8074-9f91bbad881c/41526713921-250.jpg",
    "song": "A Drop in the Ocean",
    "track_id": null,
    "recording_id": "7703187f-2501-4200-aa38-c78662ccb21f",
    "artist": "Doves",
    "artist_ids": [
        "9de8f66e-3cd1-4f11-8328-38200f0612b0"
    ],
    "album": "Constellations for the Lonely",
    "release_id": null,
    "release_group_id": "378daa85-8f8f-4d92-8c04-be4d67475d58",
    "labels": [
        "EMI North"
    ],
    "label_ids": [
        "4a480334-3dd3-466c-8006-a1f7383739f9"
    ],
    "release_date": "2025-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}