Information about plays

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

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

{
    "id": 3421813,
    "uri": "https://api.kexp.org/v2/plays/3421813/?format=api",
    "airdate": "2024-11-05T18:31:23-08:00",
    "show": 61773,
    "show_uri": "https://api.kexp.org/v2/shows/61773/?format=api",
    "image_uri": "https://ia601009.us.archive.org/6/items/mbid-ab84d540-d3c0-43e8-9901-5b1641e8ecc7/mbid-ab84d540-d3c0-43e8-9901-5b1641e8ecc7-20016587734_thumb500.jpg",
    "thumbnail_uri": "https://ia801009.us.archive.org/6/items/mbid-ab84d540-d3c0-43e8-9901-5b1641e8ecc7/mbid-ab84d540-d3c0-43e8-9901-5b1641e8ecc7-20016587734_thumb250.jpg",
    "song": "Fight the Power",
    "track_id": "5b4160e1-2a4d-4a7e-bded-111463f4f1dd",
    "recording_id": "e7d199d3-4eba-4d18-9a7a-6ade7bb6a8ca",
    "artist": "Brownout",
    "artist_ids": [
        "c7c1b94b-92d6-4ffb-bc53-949e24d8b858"
    ],
    "album": "Fear of a Brown Planet",
    "release_id": "ab84d540-d3c0-43e8-9901-5b1641e8ecc7",
    "release_group_id": "44e38878-f13a-474c-b854-bdabc4dbd60a",
    "labels": [
        "Fat Beats Records"
    ],
    "label_ids": [
        "8319a9cf-0459-4676-893e-be41069bc581"
    ],
    "release_date": "2018-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Fight the Power\" by Brownout is a cover of Public Enemy's \"Fight the Power.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}