Information about plays

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

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

{
    "id": 3413844,
    "uri": "https://api.kexp.org/v2/plays/3413844/?format=api",
    "airdate": "2024-10-17T10:44:02-07:00",
    "show": 61599,
    "show_uri": "https://api.kexp.org/v2/shows/61599/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Getting Away With It",
    "track_id": "07a0c785-06f5-36dc-ae73-ced8810e0125",
    "recording_id": "b8898578-3662-4699-b346-90b6b07c2f71",
    "artist": "Electronic",
    "artist_ids": [
        "3cdb360e-d0a2-459f-92f6-f0f28e62127d"
    ],
    "album": "Electronic",
    "release_id": "91abe73b-e097-45ee-a02a-7e1affda3854",
    "release_group_id": "4a7747fd-fa91-3251-9b31-a18a21f34505",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2013-04-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Getting Away With It\" was a collaboration between Bernard Sumner of New Order, Johnny Marr of The Smiths, and Neil Tennant of Pet Shop Boys.\n\nThe song’s lyrics are said to be a playful jab at Morrissey, Marr’s former bandmate from The Smiths, poking fun at his melancholic persona.\n\nThe song also features a full orchestra conducted by Anne Dudley from Art of Noise.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}