Information about plays

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

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

{
    "id": 3547033,
    "uri": "https://api.kexp.org/v2/plays/3547033/?format=api",
    "airdate": "2025-08-31T04:30:35-07:00",
    "show": 64434,
    "show_uri": "https://api.kexp.org/v2/shows/64434/?format=api",
    "image_uri": "https://coverartarchive.org/release/e1b49e63-577f-445d-a485-15aa546fec37/15960064126-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e1b49e63-577f-445d-a485-15aa546fec37/15960064126-250.jpg",
    "song": "(Black) Velvet Mountain",
    "track_id": null,
    "recording_id": null,
    "artist": "Soft Machine",
    "artist_ids": [
        "5193ce6b-a315-4c50-ae49-54e69ffbc988"
    ],
    "album": "Land of Cockayne",
    "release_id": null,
    "release_group_id": "23a52060-8ae1-33d2-9eba-01883cc60a79",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1981-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Allmusic gave this album 1.5 / 5 stars",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}