Information about plays

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

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

{
    "id": 3572235,
    "uri": "https://api.kexp.org/v2/plays/3572235/?format=api",
    "airdate": "2025-10-31T14:02:20-07:00",
    "show": 64984,
    "show_uri": "https://api.kexp.org/v2/shows/64984/?format=api",
    "image_uri": "https://coverartarchive.org/release/a4b5a2ae-8da9-3485-837b-b97a2a741abd/2215088444-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a4b5a2ae-8da9-3485-837b-b97a2a741abd/2215088444-250.jpg",
    "song": "« H » Friend",
    "track_id": null,
    "recording_id": "03d0194b-e81b-45fe-9384-ca618c2891ee",
    "artist": "Black Devil",
    "artist_ids": [
        "5b1f38d2-4a09-4708-a3c4-4e35ae05a24b"
    ],
    "album": "Disco Club",
    "release_id": null,
    "release_group_id": "9cc12cb0-23f9-37c4-8754-7af1f34b0043",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'78 debut from the French duo of Bernard Fevre and Jacky Giordano.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}