Information about plays

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

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

{
    "id": 3537657,
    "uri": "https://api.kexp.org/v2/plays/3537657/?format=api",
    "airdate": "2025-08-08T22:24:05-07:00",
    "show": 64237,
    "show_uri": "https://api.kexp.org/v2/shows/64237/?format=api",
    "image_uri": "https://coverartarchive.org/release/ee884f13-5cef-4ea1-954c-2925cf8594e2/15972020319-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ee884f13-5cef-4ea1-954c-2925cf8594e2/15972020319-250.jpg",
    "song": "Zoom",
    "track_id": null,
    "recording_id": "25906824-0ef3-4820-9f06-a43ac55971bf",
    "artist": "Future",
    "artist_ids": [
        "48262e82-db9f-4a92-b650-dfef979b73ec"
    ],
    "album": "FUTURE",
    "release_id": null,
    "release_group_id": "98c84b94-3445-4dcc-ad01-9e5e3e1271e2",
    "labels": [
        "Freebandz Entertainment"
    ],
    "label_ids": [
        "98648d5c-0b90-4992-90ba-e5f3e84cbf8a"
    ],
    "release_date": "2017-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}