Information about plays

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

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

{
    "id": 3428013,
    "uri": "https://api.kexp.org/v2/plays/3428013/?format=api",
    "airdate": "2024-11-20T23:03:00-08:00",
    "show": 61904,
    "show_uri": "https://api.kexp.org/v2/shows/61904/?format=api",
    "image_uri": "https://ia801605.us.archive.org/16/items/mbid-663fcb5b-bafd-4fd1-a9c5-2fc137beab77/mbid-663fcb5b-bafd-4fd1-a9c5-2fc137beab77-39685474385_thumb500.jpg",
    "thumbnail_uri": "https://ia801605.us.archive.org/16/items/mbid-663fcb5b-bafd-4fd1-a9c5-2fc137beab77/mbid-663fcb5b-bafd-4fd1-a9c5-2fc137beab77-39685474385_thumb250.jpg",
    "song": "Icarus IV",
    "track_id": "8454c6e3-6045-420d-94ec-bb750556068b",
    "recording_id": "e084fc50-a963-4965-b592-f814bd16c6dd",
    "artist": "Kishi Bashi",
    "artist_ids": [
        "7c340ac5-6eda-4981-91d6-d5b1f4d1bbbf"
    ],
    "album": "Kantos",
    "release_id": "663fcb5b-bafd-4fd1-a9c5-2fc137beab77",
    "release_group_id": "77ac5ea0-5820-4f57-8695-59cfdb833864",
    "labels": [
        "Joyful Noise Recordings"
    ],
    "label_ids": [
        "ea3bb22e-d9c4-4739-a138-55b56816216f"
    ],
    "release_date": "2024-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "\"The latest full-length from Kishi Bashi, Kantos is a work of exquisite duality: a party album about the possible end of humanity as we know it, at turns deeply unsettling and sublimely joyful. \"\nhttps://kishibashi.bandcamp.com/album/kantos",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}