Information about plays

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

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

{
    "id": 3612834,
    "uri": "https://api.kexp.org/v2/plays/3612834/?format=api",
    "airdate": "2026-02-03T20:20:28-08:00",
    "show": 65833,
    "show_uri": "https://api.kexp.org/v2/shows/65833/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Racatin",
    "track_id": null,
    "recording_id": "c524cac1-6a5a-409f-a4db-3e18100bf6bb",
    "artist": "Populous",
    "artist_ids": [
        "e1ce2605-8406-4933-b7d8-89e106e3b6ed"
    ],
    "album": "Azulejos",
    "release_id": null,
    "release_group_id": "25ae1858-16bf-4286-b5bb-dad6b040b14d",
    "labels": [
        "Wonderwheel Recordings"
    ],
    "label_ids": [
        "dc6e6168-8e93-4cfa-b0d6-dfa68a1adae3"
    ],
    "release_date": "2017-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Populous is a producer hailing from Lecce, a small city on the heel of Italy’s boot. He's influenced by his reggae/hip-hop-infused surroundings, as Lecce is known as Italy’s Jamaica, because reggae and dancehall are extremely popular there. He became known for the way he seamlessly blends digital sounds with the analog warmth of soul/hip-hop/whatever else he’s influenced by at the time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}