Information about plays

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

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

{
    "id": 3552372,
    "uri": "https://api.kexp.org/v2/plays/3552372/?format=api",
    "airdate": "2025-09-13T04:54:14-07:00",
    "show": 64547,
    "show_uri": "https://api.kexp.org/v2/shows/64547/?format=api",
    "image_uri": "https://coverartarchive.org/release/cd0946e3-d1ac-4e2c-87e5-57eafec05e7d/11232338992-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cd0946e3-d1ac-4e2c-87e5-57eafec05e7d/11232338992-250.jpg",
    "song": "The Stranger",
    "track_id": null,
    "recording_id": "9c3af90e-2487-4706-a1c7-3c963ee4579e",
    "artist": "Billy Joel",
    "artist_ids": [
        "64b94289-9474-4d43-8c93-918ccc1920d1"
    ],
    "album": "The Stranger",
    "release_id": null,
    "release_group_id": "735bcee6-6be6-3957-af15-d21ba2bd355b",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1977-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}