Information about plays

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

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

{
    "id": 3370757,
    "uri": "https://api.kexp.org/v2/plays/3370757/?format=api",
    "airdate": "2024-07-06T12:11:27-07:00",
    "show": 60686,
    "show_uri": "https://api.kexp.org/v2/shows/60686/?format=api",
    "image_uri": "https://ia904608.us.archive.org/10/items/mbid-1488b1b6-4f61-4e16-afa9-3c906e957152/mbid-1488b1b6-4f61-4e16-afa9-3c906e957152-31370219839_thumb500.jpg",
    "thumbnail_uri": "https://ia904608.us.archive.org/10/items/mbid-1488b1b6-4f61-4e16-afa9-3c906e957152/mbid-1488b1b6-4f61-4e16-afa9-3c906e957152-31370219839_thumb250.jpg",
    "song": "Bring On the Dancing Horses (extended mix)",
    "track_id": "2345fb3c-41ed-35a0-9da5-dd71e423bb1d",
    "recording_id": "b3b643f1-c522-448d-83cf-96d1ad5916a6",
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Echo & The Bunnymen",
    "release_id": "29bbcca2-3b50-4c93-a012-d27112bd3908",
    "release_group_id": "02867223-9d6f-3c45-a4c1-fd3419c22b33",
    "labels": [
        "Sire Records",
        "Rhino"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf",
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2004-01-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Echo & The Bunnymen released 'Echo & The Bunnymen' on this date in 1987!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}