Information about plays

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

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

{
    "id": 3428149,
    "uri": "https://api.kexp.org/v2/plays/3428149/?format=api",
    "airdate": "2024-11-21T06:25:14-08:00",
    "show": 61906,
    "show_uri": "https://api.kexp.org/v2/shows/61906/?format=api",
    "image_uri": "https://ia801606.us.archive.org/32/items/mbid-08293d37-2d6d-4dc1-8845-3f500b1821bd/mbid-08293d37-2d6d-4dc1-8845-3f500b1821bd-2185606789_thumb500.jpg",
    "thumbnail_uri": "https://ia601606.us.archive.org/32/items/mbid-08293d37-2d6d-4dc1-8845-3f500b1821bd/mbid-08293d37-2d6d-4dc1-8845-3f500b1821bd-2185606789_thumb250.jpg",
    "song": "Gravel Pit",
    "track_id": "624ff96c-108a-438b-bcc8-a29d68c726ba",
    "recording_id": "71c2ace2-972a-49fe-8b4b-5e9a0bf66110",
    "artist": "Wu-Tang Clan",
    "artist_ids": [
        "0febdcf7-4e1f-4661-9493-b40427de2c13"
    ],
    "album": "The W",
    "release_id": "21c66484-6ece-4da5-a0ef-055dd39832b4",
    "release_group_id": "b88f6bdc-0bee-3767-b57f-cbf85c28da68",
    "labels": [
        "Loud Records"
    ],
    "label_ids": [
        "32f6ca53-2be0-4dcd-8c08-e46eb6a018aa"
    ],
    "release_date": "2000-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in Y2K The Wu-Tang Clan released their third album The W.  \n\nThis one's for the children...\n--\nThe song, with verses from Method Man, Ghostface Killah, Raekwon, and U-God, also features singer Paulissa Moorman, who performs the hooks in the song.\n--\nThe music video, directed by Joseph Kahn, features the Wu-Tang Clan arguing in their elevator-like time machine, and accidentally sending themselves back to \"2,000,000 BC.\" https://youtu.be/Of-lpfsBR8U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}