Information about plays

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

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

{
    "id": 3428120,
    "uri": "https://api.kexp.org/v2/plays/3428120/?format=api",
    "airdate": "2024-11-21T04:40:57-08:00",
    "show": 61905,
    "show_uri": "https://api.kexp.org/v2/shows/61905/?format=api",
    "image_uri": "https://ia803407.us.archive.org/16/items/mbid-ec296c98-a954-4ae2-9e50-40ec6753c6c3/mbid-ec296c98-a954-4ae2-9e50-40ec6753c6c3-28727949293_thumb500.jpg",
    "thumbnail_uri": "https://ia803407.us.archive.org/16/items/mbid-ec296c98-a954-4ae2-9e50-40ec6753c6c3/mbid-ec296c98-a954-4ae2-9e50-40ec6753c6c3-28727949293_thumb250.jpg",
    "song": "A Man's Life Flashing Before His Eyes While He and His Wife Drive Off a Cliff Into the Ocean",
    "track_id": "e5447fbc-13a5-354d-b502-1f747488566b",
    "recording_id": "dbe5152b-fec5-4d77-82ea-a11dd308a3be",
    "artist": "of Montreal",
    "artist_ids": [
        "8475297d-fb78-4630-8d74-9b87b6bb7cc8"
    ],
    "album": "The Gay Parade",
    "release_id": "ec296c98-a954-4ae2-9e50-40ec6753c6c3",
    "release_group_id": "186a658d-4bac-37ef-bd1d-3888e908d834",
    "labels": [
        "Bar/None Records"
    ],
    "label_ids": [
        "1231f865-6637-443f-b97f-619723bebcd9"
    ],
    "release_date": "1999-02-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}