Information about plays

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

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

{
    "id": 3437564,
    "uri": "https://api.kexp.org/v2/plays/3437564/?format=api",
    "airdate": "2024-12-13T11:56:37-08:00",
    "show": 62097,
    "show_uri": "https://api.kexp.org/v2/shows/62097/?format=api",
    "image_uri": "https://ia802900.us.archive.org/6/items/mbid-d4dfbbe1-3d09-48a9-8900-36c7747c712e/mbid-d4dfbbe1-3d09-48a9-8900-36c7747c712e-25837097350_thumb500.jpg",
    "thumbnail_uri": "https://ia902900.us.archive.org/6/items/mbid-d4dfbbe1-3d09-48a9-8900-36c7747c712e/mbid-d4dfbbe1-3d09-48a9-8900-36c7747c712e-25837097350_thumb250.jpg",
    "song": "Heart-Shaped Box",
    "track_id": "8de4a5da-357c-4acf-a588-1655a4b7f3b9",
    "recording_id": "487e91c0-fb42-4151-8d14-5c410df86d92",
    "artist": "Amber Mark",
    "artist_ids": [
        "b44e2752-deb5-4f10-b8e9-6671484acb34"
    ],
    "album": "Heart-Shaped Box",
    "release_id": "d4dfbbe1-3d09-48a9-8900-36c7747c712e",
    "release_group_id": "554a2307-10f7-475b-b398-8fdd77fc8ac8",
    "labels": [
        "PMR Records"
    ],
    "label_ids": [
        "9eb5fc82-82ce-4f6e-85d4-52e23decfa1e"
    ],
    "release_date": "2020-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amber Mark self-produced and recorded this cover at her New York home during 2020. She said in a press release: \"People get to really see you in your most bare state and vice versa. That’s the beauty in the music I'm making right now. It's just me whipping up whatever I'm feeling.\"\n\nCheck out her self-produced video, with more information on her COVERED-19 series: https://youtu.be/QnAHnzl1qas",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}