Information about plays

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

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

{
    "id": 3594158,
    "uri": "https://api.kexp.org/v2/plays/3594158/?format=api",
    "airdate": "2025-12-21T18:09:26-08:00",
    "show": 65441,
    "show_uri": "https://api.kexp.org/v2/shows/65441/?format=api",
    "image_uri": "https://coverartarchive.org/release/8bcff486-ac1b-43e4-999b-5b6615aa9972/10300570826-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8bcff486-ac1b-43e4-999b-5b6615aa9972/10300570826-250.jpg",
    "song": "Fall Down (Spirit of Love) (vocal)",
    "track_id": null,
    "recording_id": "7989b1d1-c57f-4639-905b-e8c70e7f97c4",
    "artist": "Tramaine",
    "artist_ids": [],
    "album": "The Search Is Over",
    "release_id": null,
    "release_group_id": "00e5a066-0da1-4d2c-82a0-ccd50deff6e8",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tramaine included \"Fall Down (Spirit of Love)\" on her third studio album, The Search Is Over, in 1986 though the song was released as a single a year earlier.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}