Information about plays

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

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

{
    "id": 3525726,
    "uri": "https://api.kexp.org/v2/plays/3525726/?format=api",
    "airdate": "2025-07-11T22:40:22-07:00",
    "show": 63987,
    "show_uri": "https://api.kexp.org/v2/shows/63987/?format=api",
    "image_uri": "https://coverartarchive.org/release/af4281a4-0e07-4bef-a760-2bbdc00f597d/42038889015-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/af4281a4-0e07-4bef-a760-2bbdc00f597d/42038889015-250.jpg",
    "song": "Life Is Beautiful",
    "track_id": null,
    "recording_id": "cc11298e-08cd-42bc-8eb1-f3da8d86672d",
    "artist": "Larry June, 2 Chainz & The Alchemist",
    "artist_ids": [
        "20d49152-11a2-4e55-8251-0d11dc6424fa",
        "dff0d392-4cd5-4052-9fbb-f485df3891e5",
        "03f3deb7-0419-4bf9-a1e7-511946385717"
    ],
    "album": "Life Is Beautiful",
    "release_id": null,
    "release_group_id": "1e86c086-21f9-4afb-9e98-c08ad0e874b2",
    "labels": [
        "EMPIRE"
    ],
    "label_ids": [
        "b997d9d6-b0c6-438d-8b7c-d11729d8ebda"
    ],
    "release_date": "2025-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}