Information about plays

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

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

{
    "id": 3437656,
    "uri": "https://api.kexp.org/v2/plays/3437656/?format=api",
    "airdate": "2024-12-13T17:13:34-08:00",
    "show": 62099,
    "show_uri": "https://api.kexp.org/v2/shows/62099/?format=api",
    "image_uri": "https://ia800200.us.archive.org/33/items/mbid-b0669dea-ea16-40d8-8a95-342aeb5f5ae5/mbid-b0669dea-ea16-40d8-8a95-342aeb5f5ae5-38184489378_thumb500.jpg",
    "thumbnail_uri": "https://ia800200.us.archive.org/33/items/mbid-b0669dea-ea16-40d8-8a95-342aeb5f5ae5/mbid-b0669dea-ea16-40d8-8a95-342aeb5f5ae5-38184489378_thumb250.jpg",
    "song": "Tamagotchi",
    "track_id": "af2cb15c-168a-4f63-8189-f5d5a05985a6",
    "recording_id": "985bf07e-1ff8-4a70-8bd7-1b825a5670c5",
    "artist": "Blushing",
    "artist_ids": [
        "b4c8edcb-9cc9-4900-89cc-6d8b9817d6c8"
    ],
    "album": "Sugarcoat",
    "release_id": "b0669dea-ea16-40d8-8a95-342aeb5f5ae5",
    "release_group_id": "451afaf8-3b0a-4055-8358-317c1b351717",
    "labels": [
        "Kanine Records"
    ],
    "label_ids": [
        "60f34206-2688-499c-8b55-c7ec1510517f"
    ],
    "release_date": "2024-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing you some of Evie's favorite tracks of 2024 today! Vote for your favorite albums before the end of today at kexp.org\n\nThis band hails from Austin, TX - https://weareblushing.bandcamp.com/album/sugarcoat",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}