Information about plays

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

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

{
    "id": 3594865,
    "uri": "https://api.kexp.org/v2/plays/3594865/?format=api",
    "airdate": "2025-12-23T11:10:36-08:00",
    "show": 65456,
    "show_uri": "https://api.kexp.org/v2/shows/65456/?format=api",
    "image_uri": "https://coverartarchive.org/release/96e72d57-15fe-463b-b53a-902faa1a8275/10019136746-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/96e72d57-15fe-463b-b53a-902faa1a8275/10019136746-250.jpg",
    "song": "Rock and Roll All Nite",
    "track_id": null,
    "recording_id": "3752c9c0-3b20-4dcc-afd2-9cbc77f003e6",
    "artist": "KISS",
    "artist_ids": [
        "e1f1e33e-2e4c-4d43-b91b-7064068d3283"
    ],
    "album": "Alive!",
    "release_id": null,
    "release_group_id": "aa876c87-138c-339b-8176-abacb4e45259",
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1975-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listener's first full-length. On vinyl. Say what you will about Kiss, they are kings of performance. Instagram and Twitter @supremelarock R.I.P. Ace Frehley",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}