Information about plays

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

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

{
    "id": 3416441,
    "uri": "https://api.kexp.org/v2/plays/3416441/?format=api",
    "airdate": "2024-10-23T20:40:53-07:00",
    "show": 61655,
    "show_uri": "https://api.kexp.org/v2/shows/61655/?format=api",
    "image_uri": "https://ia601306.us.archive.org/31/items/mbid-fabadd5c-64de-4e94-b4f5-e4b0d0227074/mbid-fabadd5c-64de-4e94-b4f5-e4b0d0227074-10226047994_thumb500.jpg",
    "thumbnail_uri": "https://ia601306.us.archive.org/31/items/mbid-fabadd5c-64de-4e94-b4f5-e4b0d0227074/mbid-fabadd5c-64de-4e94-b4f5-e4b0d0227074-10226047994_thumb250.jpg",
    "song": "Brightly",
    "track_id": "d1815069-bdff-4d33-a81f-ba24947f5f2c",
    "recording_id": "7be1d6e9-652c-4464-a030-b147eccf863c",
    "artist": "Jacco Gardner",
    "artist_ids": [
        "5743f042-62a3-43c7-9643-776cb9c2308f"
    ],
    "album": "Hypnophobia",
    "release_id": "fabadd5c-64de-4e94-b4f5-e4b0d0227074",
    "release_group_id": "e8080fad-1da8-4931-8dbf-305f8fed794b",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2015-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jacco Gardner playing brightly in 2016 at the Paris International Festival of Psychedelic Music - https://www.youtube.com/watch?v=H6HFMAmrNag",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}