Information about plays

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

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

{
    "id": 3600212,
    "uri": "https://api.kexp.org/v2/plays/3600212/?format=api",
    "airdate": "2026-01-04T15:55:22-08:00",
    "show": 65563,
    "show_uri": "https://api.kexp.org/v2/shows/65563/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Ordinary Love",
    "track_id": "946543c4-173f-4c32-b347-fb1d609682f8",
    "recording_id": "beabd5e5-398f-4fed-aac3-a30bc27f4523",
    "artist": "deary",
    "artist_ids": [
        "51107035-3471-449f-ad3c-f8a5f535239d"
    ],
    "album": "I Still Think About You / No Ordinary Love",
    "release_id": "35f97428-cc78-41ed-97d0-40c79f74367b",
    "release_group_id": "d6dfd176-d477-4e68-92df-0c9cf2990ad7",
    "labels": [
        "Sonic Cathedral Recordings"
    ],
    "label_ids": [
        "d1143f20-1664-4697-a4d0-2c7d32ecf9dd"
    ],
    "release_date": "2025-06-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"No Ordinary Love\" reframes the slick R&B of Sade's original as a dark and delicious dreampop/trip-hop crossover.\n\n\"The original was pretty much on repeat during our tour late last year and we thought it’d be an interesting thing to try,\" explains the band’s Ben Easton of the decision to cover the song. https://tinyurl.com/58u5vjph\n\nOn Bandcamp: https://tinyurl.com/ms8c4b2k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}