Information about plays

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

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

{
    "id": 3549976,
    "uri": "https://api.kexp.org/v2/plays/3549976/?format=api",
    "airdate": "2025-09-07T09:08:30-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/b3063c1f-0f79-45f3-9512-f3cb278293f6/42048223354-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b3063c1f-0f79-45f3-9512-f3cb278293f6/42048223354-250.jpg",
    "song": "Turn on Your Radio",
    "track_id": null,
    "recording_id": "212fa209-0ca5-42cb-94bf-1505b6efad0d",
    "artist": "Nilsson",
    "artist_ids": [
        "e5963d26-01fa-40f5-b200-e0127f410a45"
    ],
    "album": "Son of Schmilsson",
    "release_id": null,
    "release_group_id": "ebb1880c-9450-3b5a-82a3-291ef95bbec8",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nilsson requested all of the sessions for this album be recorded for a documentary titled Did Somebody Drop His Mouse?, but it was never released.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}