Information about plays

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

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

{
    "id": 3421689,
    "uri": "https://api.kexp.org/v2/plays/3421689/?format=api",
    "airdate": "2024-11-05T10:30:16-08:00",
    "show": 61770,
    "show_uri": "https://api.kexp.org/v2/shows/61770/?format=api",
    "image_uri": "https://ia903404.us.archive.org/22/items/mbid-3271aef2-e9d7-4ccd-ab66-3982a7e3e8a6/mbid-3271aef2-e9d7-4ccd-ab66-3982a7e3e8a6-28440184088_thumb500.jpg",
    "thumbnail_uri": "https://ia803404.us.archive.org/22/items/mbid-3271aef2-e9d7-4ccd-ab66-3982a7e3e8a6/mbid-3271aef2-e9d7-4ccd-ab66-3982a7e3e8a6-28440184088_thumb250.jpg",
    "song": "Stop This Flame",
    "track_id": "da8cf31f-b565-4541-b3d3-93b611a6fe61",
    "recording_id": "a426baa1-289e-45a2-9440-be4076b80779",
    "artist": "Celeste",
    "artist_ids": [
        "1b8a634e-9fa2-4ddb-bdcf-50bc7e4b167c"
    ],
    "album": "Not Your Muse",
    "release_id": "3271aef2-e9d7-4ccd-ab66-3982a7e3e8a6",
    "release_group_id": "07a41871-12aa-4b90-ac94-9beac1854de2",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2021-01-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"In essence, 'Stop This Flame' is a song about seeing it through to the end,\" Celeste explained. \"Whether it's about not letting go of love, not letting go of a dream or stridently coming through some form of adversity. The song has always evoked those feelings within me.\"\n--\nShe co-wrote this song with L.A. songwriter Jamie Hartman; they sampled Nina Simone's \"Sinnerman.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}