Information about plays

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

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

{
    "id": 3428395,
    "uri": "https://api.kexp.org/v2/plays/3428395/?format=api",
    "airdate": "2024-11-21T20:36:59-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Kisses",
    "track_id": "1cf67a12-6176-40eb-a0cb-12db6979cf01",
    "recording_id": "5a20c245-87f8-43ec-af53-dda660c8306f",
    "artist": "Miso Extra feat. Metronomy",
    "artist_ids": [
        "93eb7110-0bc9-4d3f-816b-4b52ef982ec8",
        "e9711ffd-b8ec-4667-a3d4-35ecc8a9dba7"
    ],
    "album": "Good Kisses",
    "release_id": "a94485eb-8be8-4388-9fb7-6cc6b2985ea0",
    "release_group_id": "cb22158b-90df-4940-9e89-33f2a37412fa",
    "labels": [
        "Transgressive Records"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e"
    ],
    "release_date": "2024-11-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Miso Extra is the solo project and moniker behind the fast-rising, trailblazing artist. Born in Hong Kong to a British father and Japanese mother, she moved to Japan when she was a child and later relocated to the UK. Growing up, she learnt how to play the violin and loved to sing.\n--\nhttps://misoextra.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}