Information about plays

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

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

{
    "id": 3520431,
    "uri": "https://api.kexp.org/v2/plays/3520431/?format=api",
    "airdate": "2025-06-29T14:56:27-07:00",
    "show": 63873,
    "show_uri": "https://api.kexp.org/v2/shows/63873/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Selfish (Ben Hixon & Blaque Dynamite Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Blaque Dynamite, Ben Hixon",
    "artist_ids": [
        "cc62fd61-bb74-42aa-aa5a-51fc196721f4",
        "b213f771-6e4b-40ef-9196-8b116a00e7b3"
    ],
    "album": "Sick and Tired REMIXES",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dolfin Records"
    ],
    "label_ids": [
        "aadbad39-e691-4950-aa08-b0f185c4277e"
    ],
    "release_date": "2025-01-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blaque Dynamite, a.k.a. Mike Mitchell, has given validity to the cliche “age is nothing more than a number”. He began drumming at age 2, played in his first live recording session at age 7, and acquired a roster of major drum company endorsements by the time he turned 11 years old.\nhttps://blaquedynamite.com/bio\n\nBen Hixon is musician, producer, mixing & mastering engineer, and DJ from Dallas. currently living in Brooklyn NY.\nhttps://ra.co/dj/benhixon/biography\n\nhttps://blaque-dynamite.bandcamp.com/album/sick-and-tired-remixes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}