Information about plays

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

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

{
    "id": 3519615,
    "uri": "https://api.kexp.org/v2/plays/3519615/?format=api",
    "airdate": "2025-06-27T18:00:17-07:00",
    "show": 63852,
    "show_uri": "https://api.kexp.org/v2/shows/63852/?format=api",
    "image_uri": "https://coverartarchive.org/release/19febf01-a08f-4504-9930-ab37dab30c73/36903536316-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/19febf01-a08f-4504-9930-ab37dab30c73/36903536316-250.jpg",
    "song": "Pink Pony Club",
    "track_id": null,
    "recording_id": "1f79a002-85d2-424a-9b4d-a1407c8504c5",
    "artist": "Chappell Roan",
    "artist_ids": [
        "56a55378-f155-48de-80a5-d80104221267"
    ],
    "album": "The Rise and Fall of a Midwest Princess",
    "release_id": null,
    "release_group_id": "eda0f5d3-44eb-42cf-bcfd-5c9f93e05c7a",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2023-09-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "MARCO COLLINS TAKEOVER!\n\nGODDDDDD WHAT HAVE YOU DONEEEEEEEE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}