Information about plays

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

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

{
    "id": 3423760,
    "uri": "https://api.kexp.org/v2/plays/3423760/?format=api",
    "airdate": "2024-11-10T15:46:57-08:00",
    "show": 61816,
    "show_uri": "https://api.kexp.org/v2/shows/61816/?format=api",
    "image_uri": "https://ia801904.us.archive.org/6/items/mbid-53042259-1287-4f47-9a99-5a7413df7b3f/mbid-53042259-1287-4f47-9a99-5a7413df7b3f-3717222960_thumb500.jpg",
    "thumbnail_uri": "https://ia801904.us.archive.org/6/items/mbid-53042259-1287-4f47-9a99-5a7413df7b3f/mbid-53042259-1287-4f47-9a99-5a7413df7b3f-3717222960_thumb250.jpg",
    "song": "Something Good",
    "track_id": "dcd7e316-28ba-39d6-89bd-723709020778",
    "recording_id": "38f35812-2dfa-410a-8027-fffeb1245684",
    "artist": "alt-J",
    "artist_ids": [
        "fc7bbf00-fbaa-4736-986b-b3ac0266ca9b"
    ],
    "album": "An Awesome Wave",
    "release_id": "53042259-1287-4f47-9a99-5a7413df7b3f",
    "release_group_id": "0d8562eb-7f72-427b-8a0b-984cc5ee7766",
    "labels": [
        "Liberator Music"
    ],
    "label_ids": [
        "8c63a604-872c-488e-af18-5cead3d82f17"
    ],
    "release_date": "2012-11-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This infectious debut album won the band the Mercury Prize in 2012.\n\nThe band's actual name is the triangle-shaped symbol Δ (the capital Greek letter delta).\n\n\"Alt-J\" comes from the key sequence used to generate the symbol Δ on an Apple Mac computer. alt-J performed this song, as well as other favourites from this album, in a live performance for KEXP listeners at Seattle's Triple Door in 2012: https://bit.ly/42NsReN\n\nIf you haven't seen it yet, be sure to catch the official video for this track; it's beautiful: https://bit.ly/41v8HF6",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}