Information about plays

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

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

{
    "id": 3422056,
    "uri": "https://api.kexp.org/v2/plays/3422056/?format=api",
    "airdate": "2024-11-06T10:01:29-08:00",
    "show": 61779,
    "show_uri": "https://api.kexp.org/v2/shows/61779/?format=api",
    "image_uri": "https://ia804709.us.archive.org/19/items/mbid-73b12ff3-ffb8-3721-914c-8829badef3dc/mbid-73b12ff3-ffb8-3721-914c-8829badef3dc-5619640065_thumb500.jpg",
    "thumbnail_uri": "https://ia804709.us.archive.org/19/items/mbid-73b12ff3-ffb8-3721-914c-8829badef3dc/mbid-73b12ff3-ffb8-3721-914c-8829badef3dc-5619640065_thumb250.jpg",
    "song": "Higher Ground",
    "track_id": "5d6e4d3a-7e68-32ac-9856-49baac7a0394",
    "recording_id": "303fa742-e4d4-4044-9fa6-ddd902326438",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Innervisions",
    "release_id": "73b12ff3-ffb8-3721-914c-8829badef3dc",
    "release_group_id": "e626b377-74c5-3b97-8f16-8cef5e1c04ea",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2000-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thank your for being here with us today. \nThis song was written and recorded in three hours of a 'creative burst' from Wonder. The song came from a life threatening accident Wonder had three months earlier, where he was stuck in a coma for four days.\nHIs manager, Ira, would sing \"Higher Ground\" into his ear, and his fingers would move along to the song.\nIt was the first sign that he was going to recover.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}