Information about plays

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

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

{
    "id": 3437571,
    "uri": "https://api.kexp.org/v2/plays/3437571/?format=api",
    "airdate": "2024-12-13T12:18:28-08:00",
    "show": 62097,
    "show_uri": "https://api.kexp.org/v2/shows/62097/?format=api",
    "image_uri": "https://ia803401.us.archive.org/6/items/mbid-91abe73b-e097-45ee-a02a-7e1affda3854/mbid-91abe73b-e097-45ee-a02a-7e1affda3854-39898754864_thumb500.jpg",
    "thumbnail_uri": "https://ia903401.us.archive.org/6/items/mbid-91abe73b-e097-45ee-a02a-7e1affda3854/mbid-91abe73b-e097-45ee-a02a-7e1affda3854-39898754864_thumb250.jpg",
    "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": "English duo Electronic were comprised of Bernard Summer of New Order and Johnny Marr of The Smiths. \"Getting Away With It,\" which also features Neil Tennant of Pet Shop Boys on vocals, is their debut single, released in 1989.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}