Information about plays

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

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

{
    "id": 3525356,
    "uri": "https://api.kexp.org/v2/plays/3525356/?format=api",
    "airdate": "2025-07-11T00:04:43-07:00",
    "show": 63978,
    "show_uri": "https://api.kexp.org/v2/shows/63978/?format=api",
    "image_uri": "https://coverartarchive.org/release/eb6810f2-d467-40b1-a9aa-fded1a496fa4/37854563573-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eb6810f2-d467-40b1-a9aa-fded1a496fa4/37854563573-250.jpg",
    "song": "Under the Magnolia Tree",
    "track_id": null,
    "recording_id": "20aa9979-e7a1-4be6-94b7-5caa20e71620",
    "artist": "Pale Jay",
    "artist_ids": [
        "dad5fe72-3eda-4cb6-8b04-09b4f8fdeaae"
    ],
    "album": "The Celestial Suite",
    "release_id": null,
    "release_group_id": "9ec47f62-d919-4a3a-9c95-8bafaeda893e",
    "labels": [
        "PLYGRND"
    ],
    "label_ids": [
        "7e498cf7-149f-4573-8653-7b7e4a456e1f"
    ],
    "release_date": "2021-10-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}