Information about plays

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

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

{
    "id": 3412927,
    "uri": "https://api.kexp.org/v2/plays/3412927/?format=api",
    "airdate": "2024-10-15T11:17:32-07:00",
    "show": 61583,
    "show_uri": "https://api.kexp.org/v2/shows/61583/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What’s Fair",
    "track_id": "10192085-8f8b-4d14-a688-3e54ecac5bbd",
    "recording_id": "d48b18d1-012e-4f28-95e0-a8e143f75a3e",
    "artist": "Blondshell",
    "artist_ids": [
        "f6621a8d-5644-460a-b0a8-9171cb2c595d"
    ],
    "album": "What’s Fair",
    "release_id": "1cb340a6-bd2b-466a-8a17-1fe81724411b",
    "release_group_id": "413135cb-0d6e-44bb-8168-2014d3259315",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2024-08-17",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"You wouldn't sing about getting saved if you didn't think things could actually get better.\"\nhttps://blondshell.bandcamp.com/album/whats-fair\n\nCheck out last year's KEXP 'Sound & Vision' episode with Blondshell on \"Toxic Relationships and the Catharsis of Songwriting\":\nhttps://www.kexp.org/podcasts/sound-vision/2023/5/4/blondshell-on-toxic-relationships-and-the-catharsis-of-songwriting/\n\nhttps://www.blondshellmusic.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}