Information about plays

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

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

{
    "id": 3574361,
    "uri": "https://api.kexp.org/v2/plays/3574361/?format=api",
    "airdate": "2025-11-05T15:44:01-08:00",
    "show": 65030,
    "show_uri": "https://api.kexp.org/v2/shows/65030/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Want to Know",
    "track_id": null,
    "recording_id": "8450e538-be8e-4eb9-b11b-ff42fa53c60d",
    "artist": "John Martyn",
    "artist_ids": [
        "e821a756-487f-4931-a02f-27cf11cec7bf"
    ],
    "album": "No Little Boy",
    "release_id": null,
    "release_group_id": "da6aaf5e-5eed-3656-a0d3-6526b77f7d39",
    "labels": [
        "Cherry Red Records"
    ],
    "label_ids": [
        "0a866b14-bfd8-4e74-b451-ada9fc713329"
    ],
    "release_date": "1993-07-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A record that has grown in stature since its 1973 release, John Martyn’s \"Solid Air\"  has become a cult touchstone, pointing the way towards ambient, trip-hop and more abstract sonic textures. Here's a love letter to this masterpiece: https://www.thevinylfactory.com/features/john-martyn-solid-air",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}