Information about plays

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

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

{
    "id": 3575853,
    "uri": "https://api.kexp.org/v2/plays/3575853/?format=api",
    "airdate": "2025-11-09T03:12:30-08:00",
    "show": 65062,
    "show_uri": "https://api.kexp.org/v2/shows/65062/?format=api",
    "image_uri": "https://dn710200.ca.archive.org/0/items/mbid-81d77adb-96cc-447a-96b9-98fe6fe8b75e/mbid-81d77adb-96cc-447a-96b9-98fe6fe8b75e-34336267419_thumb500.jpg",
    "thumbnail_uri": "https://dn710200.ca.archive.org/0/items/mbid-81d77adb-96cc-447a-96b9-98fe6fe8b75e/mbid-81d77adb-96cc-447a-96b9-98fe6fe8b75e-34336267419_thumb250.jpg",
    "song": "Dancefloors",
    "track_id": "51c18e07-77f3-3e65-ab9c-11ac6a51fe64",
    "recording_id": "45d0b618-5fd8-4c9d-b5e5-98b298ddf801",
    "artist": "My Morning Jacket",
    "artist_ids": [
        "ea5883b7-68ce-48b3-b115-61746ea53b8c"
    ],
    "album": "It Still Moves",
    "release_id": "81d77adb-96cc-447a-96b9-98fe6fe8b75e",
    "release_group_id": "edc79edc-6c02-33c2-be16-d410ff2c5c5f",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2003-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}