Information about plays

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

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

{
    "id": 3438776,
    "uri": "https://api.kexp.org/v2/plays/3438776/?format=api",
    "airdate": "2024-12-16T08:28:26-08:00",
    "show": 62125,
    "show_uri": "https://api.kexp.org/v2/shows/62125/?format=api",
    "image_uri": "https://ia802907.us.archive.org/21/items/mbid-fd28b361-5f8e-4513-8119-675fde803125/mbid-fd28b361-5f8e-4513-8119-675fde803125-40512888475_thumb500.jpg",
    "thumbnail_uri": "https://ia802907.us.archive.org/21/items/mbid-fd28b361-5f8e-4513-8119-675fde803125/mbid-fd28b361-5f8e-4513-8119-675fde803125-40512888475_thumb250.jpg",
    "song": "that’s honey",
    "track_id": "99cd4959-d157-4dda-a9f6-7d303b8318a0",
    "recording_id": "dbb4cf4b-4332-43cf-8478-861f654fd4fa",
    "artist": "untitled (halo)",
    "artist_ids": [
        "defc7b30-587a-4d8d-b405-f8ae5bc70789"
    ],
    "album": "headbanger",
    "release_id": "fd28b361-5f8e-4513-8119-675fde803125",
    "release_group_id": "185bef42-5384-46de-a915-f1a60fd4242e",
    "labels": [
        "halocorp"
    ],
    "label_ids": [
        "6822f460-b1a2-4cf7-b2d6-430d10efc29c"
    ],
    "release_date": "2024-11-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from LA trio untitled (halo)! https://untitledhalo.bandcamp.com/album/headbanger",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}