Information about plays

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

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

{
    "id": 3555650,
    "uri": "https://api.kexp.org/v2/plays/3555650/?format=api",
    "airdate": "2025-09-20T22:18:54-07:00",
    "show": 64618,
    "show_uri": "https://api.kexp.org/v2/shows/64618/?format=api",
    "image_uri": "https://coverartarchive.org/release/f3ae559c-be78-47e4-a3dc-57538e67079e/36251385782-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f3ae559c-be78-47e4-a3dc-57538e67079e/36251385782-250.jpg",
    "song": "You Give Good Headache",
    "track_id": null,
    "recording_id": "a099d721-3d18-4d91-bdf0-ba06869f96af",
    "artist": "The Humpers",
    "artist_ids": [
        "b1b407e2-2c36-4d0d-8caf-81c4cc1ba7c2"
    ],
    "album": "Journey To the Center of Your Wallet",
    "release_id": null,
    "release_group_id": "d4076762-959b-3736-bb90-74b63fbe7a3d",
    "labels": [
        "Sympathy for the Record Industry"
    ],
    "label_ids": [
        "5080c956-1501-4a2b-ae59-161edab8a4f0"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}