Information about plays

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

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

{
    "id": 3437260,
    "uri": "https://api.kexp.org/v2/plays/3437260/?format=api",
    "airdate": "2024-12-12T18:16:32-08:00",
    "show": 62091,
    "show_uri": "https://api.kexp.org/v2/shows/62091/?format=api",
    "image_uri": "https://ia904608.us.archive.org/32/items/mbid-f4b6ad25-4951-41cc-8d8f-cfc289ab8333/mbid-f4b6ad25-4951-41cc-8d8f-cfc289ab8333-29320388929_thumb500.jpg",
    "thumbnail_uri": "https://ia804608.us.archive.org/32/items/mbid-f4b6ad25-4951-41cc-8d8f-cfc289ab8333/mbid-f4b6ad25-4951-41cc-8d8f-cfc289ab8333-29320388929_thumb250.jpg",
    "song": "The Twilight",
    "track_id": "794e1637-2ef7-328f-a105-2f38afe54e6c",
    "recording_id": "6cc35f8d-a6e2-4b4e-a06b-e9f0bace0f1b",
    "artist": "Cut Copy",
    "artist_ids": [
        "caaba574-dfbc-4681-8e56-19b5150897d2"
    ],
    "album": "Bright Like Neon Love",
    "release_id": "f4b6ad25-4951-41cc-8d8f-cfc289ab8333",
    "release_group_id": "45515ec7-91f9-3860-8be8-b9f1c1571d2a",
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2004-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NME compared Cut Copy's debut LP to \"Technique-era New Order fed through My Bloody Valentine's distortion pedals\" and described it as \"the album Daft Punk should have made.\" BRUTAL !! (https://tinyurl.com/y5vyx23u)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}