Information about plays

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

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

{
    "id": 3421904,
    "uri": "https://api.kexp.org/v2/plays/3421904/?format=api",
    "airdate": "2024-11-06T00:17:01-08:00",
    "show": 61775,
    "show_uri": "https://api.kexp.org/v2/shows/61775/?format=api",
    "image_uri": "https://ia800600.us.archive.org/5/items/mbid-dd1cc288-f991-42a9-a074-9eda65e70cb6/mbid-dd1cc288-f991-42a9-a074-9eda65e70cb6-39727355418_thumb500.jpg",
    "thumbnail_uri": "https://ia800600.us.archive.org/5/items/mbid-dd1cc288-f991-42a9-a074-9eda65e70cb6/mbid-dd1cc288-f991-42a9-a074-9eda65e70cb6-39727355418_thumb250.jpg",
    "song": "Breathe Now",
    "track_id": "1e516f1e-b411-4034-a9eb-52a74ec1eeb2",
    "recording_id": "67de2d9c-9a94-4730-8253-fe3ffbd0842e",
    "artist": "Tara Lily",
    "artist_ids": [
        "89702d20-799b-4859-b451-938e7da1c84e"
    ],
    "album": "Speak In The Dark",
    "release_id": "dd1cc288-f991-42a9-a074-9eda65e70cb6",
    "release_group_id": "b2e1894b-958d-49c2-b17b-0e485f1dbb6e",
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2024-09-27",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"‘Breathe Now’ is built around a classic 90s jungle sample – trumpets, keys, and vocals are all layered on top, creating a trippy soundscape forged of chops, effects, and loops. Transgressing jazz, electronica, trip-hop, and alternative R&B with Indian soundscape.\"  -  Tara divulges https://taralily.bandcamp.com/album/breathe-now",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}