Information about plays

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

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

{
    "id": 3612289,
    "uri": "https://api.kexp.org/v2/plays/3612289/?format=api",
    "airdate": "2026-02-02T13:33:54-08:00",
    "show": 65823,
    "show_uri": "https://api.kexp.org/v2/shows/65823/?format=api",
    "image_uri": "https://coverartarchive.org/release/23916a13-8eed-492a-8924-2d8c79324031/22071335002-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/23916a13-8eed-492a-8924-2d8c79324031/22071335002-250.jpg",
    "song": "Love’s in Need of Love Today",
    "track_id": null,
    "recording_id": "8c9e888b-ff94-450c-9c4f-150679710397",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Natural Wonder",
    "release_id": null,
    "release_group_id": "2d0bc802-6c19-3cc2-8dd8-89ff2d27c893",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1995-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://vocal.media/beat/love-s-in-need-of-love-today-a9g80aj1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}