Information about plays

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

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

{
    "id": 3546762,
    "uri": "https://api.kexp.org/v2/plays/3546762/?format=api",
    "airdate": "2025-08-30T16:02:50-07:00",
    "show": 64430,
    "show_uri": "https://api.kexp.org/v2/shows/64430/?format=api",
    "image_uri": "https://coverartarchive.org/release/7f9e3cb8-9fcb-4259-aa90-5a6661aaf41c/20675297827-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7f9e3cb8-9fcb-4259-aa90-5a6661aaf41c/20675297827-250.jpg",
    "song": "Let It Happen (Soulwax remix)",
    "track_id": null,
    "recording_id": "4c247602-e15a-47aa-a79a-594d71c6145c",
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Currents B‐Sides & Remixes",
    "release_id": null,
    "release_group_id": "4c00be6d-b764-4a4f-a4ef-c431b6d0ac3c",
    "labels": [
        "Universal Music Australia"
    ],
    "label_ids": [
        "58a95510-5b87-41dd-9cd1-235fc75611f3"
    ],
    "release_date": "2017-11-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}