Information about plays

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

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

{
    "id": 3572811,
    "uri": "https://api.kexp.org/v2/plays/3572811/?format=api",
    "airdate": "2025-11-01T21:52:11-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "https://coverartarchive.org/release/92e4ec40-ae28-467e-8b91-16d22c4ba6af/41013227291-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/92e4ec40-ae28-467e-8b91-16d22c4ba6af/41013227291-250.jpg",
    "song": "You Say You Don’t Mind It",
    "track_id": null,
    "recording_id": "4cf05313-b51f-4db7-b90b-9dcefcb79a27",
    "artist": "The Fleshtones",
    "artist_ids": [
        "8d0c6147-90f0-4045-810f-97f5789f9bd3"
    ],
    "album": "It’s Getting Late (…and More Songs About Werewolves)",
    "release_id": null,
    "release_group_id": "0527a260-cb3a-476d-9c21-1d3cf8f8b347",
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": "2024-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in 1976 in Queens, NY\n\nhttps://www.yeproc.com/artists/the-fleshtones/\nhttps://www.facebook.com/fleshtonesofficial/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}