Information about plays

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

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

{
    "id": 3421727,
    "uri": "https://api.kexp.org/v2/plays/3421727/?format=api",
    "airdate": "2024-11-05T12:44:58-08:00",
    "show": 61770,
    "show_uri": "https://api.kexp.org/v2/shows/61770/?format=api",
    "image_uri": "https://ia903405.us.archive.org/5/items/mbid-6ac74b6e-01f0-4004-92a0-2bc74aece74a/mbid-6ac74b6e-01f0-4004-92a0-2bc74aece74a-28883819112_thumb500.jpg",
    "thumbnail_uri": "https://ia903405.us.archive.org/5/items/mbid-6ac74b6e-01f0-4004-92a0-2bc74aece74a/mbid-6ac74b6e-01f0-4004-92a0-2bc74aece74a-28883819112_thumb250.jpg",
    "song": "Time Is Up",
    "track_id": "5676f78d-e74f-48c0-a0a5-3904993da578",
    "recording_id": "6703246c-8c9e-4bb9-9f7f-355b6b8e3933",
    "artist": "The Julie Ruin",
    "artist_ids": [
        "357ffd02-384f-4dbd-abcd-5f1bcb616ef9"
    ],
    "album": "Hit Reset",
    "release_id": "6ac74b6e-01f0-4004-92a0-2bc74aece74a",
    "release_group_id": "c86f8368-5c33-46d6-8062-01fb26cbf6bc",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2016-07-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Julie Ruin was founded by Kathleen Hanna (Bikini Kill, Le Tigre, The Punk Singer) in 2010 and features Kathi Wilcox (Bikini Kill) Carmine Covelli, Sara Landeau, and Kenny Mellman (Kiki and Herb).\nGo here to purchase their 2016 release, \"Hit Reset\": https://thejulieruin.bandcamp.com/album/hit-reset",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}