Information about plays

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

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

{
    "id": 3422126,
    "uri": "https://api.kexp.org/v2/plays/3422126/?format=api",
    "airdate": "2024-11-06T14:36:15-08:00",
    "show": 61780,
    "show_uri": "https://api.kexp.org/v2/shows/61780/?format=api",
    "image_uri": "https://ia800301.us.archive.org/21/items/mbid-6da213e3-7ac0-4724-a932-469f1ba1465c/mbid-6da213e3-7ac0-4724-a932-469f1ba1465c-4777625217_thumb500.jpg",
    "thumbnail_uri": "https://ia800301.us.archive.org/21/items/mbid-6da213e3-7ac0-4724-a932-469f1ba1465c/mbid-6da213e3-7ac0-4724-a932-469f1ba1465c-4777625217_thumb250.jpg",
    "song": "Blastit at the Homie Rayzer’s Charm Lake Plateau BBQ July at Outpalace Pk",
    "track_id": "04922f43-8f33-3e2b-a745-07ea7341b839",
    "recording_id": "ce8aa8fb-19cf-41e8-a17e-85076bded7c4",
    "artist": "Shabazz Palaces",
    "artist_ids": [
        "6462c4f6-6f69-4636-a835-02eebe81c90f"
    ],
    "album": "Shabazz Palaces",
    "release_id": "8caabffb-fa77-4bd2-9b13-3faba09930bc",
    "release_group_id": "1b58e05c-9d1f-4de7-a730-2344ddbf560e",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2009-06-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Wow!  Shabazz Palaces is playing The Nectar Lounge this Friday, November 8th, as part of this year's Freakout Fest!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}