Information about plays

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

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

{
    "id": 3422193,
    "uri": "https://api.kexp.org/v2/plays/3422193/?format=api",
    "airdate": "2024-11-06T18:48:03-08:00",
    "show": 61781,
    "show_uri": "https://api.kexp.org/v2/shows/61781/?format=api",
    "image_uri": "https://ia800501.us.archive.org/8/items/mbid-b35fa411-e10b-42ff-8e91-938b6660fd8a/mbid-b35fa411-e10b-42ff-8e91-938b6660fd8a-14178595953_thumb500.jpg",
    "thumbnail_uri": "https://ia800501.us.archive.org/8/items/mbid-b35fa411-e10b-42ff-8e91-938b6660fd8a/mbid-b35fa411-e10b-42ff-8e91-938b6660fd8a-14178595953_thumb250.jpg",
    "song": "I Exhale",
    "track_id": "9eb687a7-4fde-473c-9689-0efb03170126",
    "recording_id": "691c05b0-c68a-4482-bb32-fdcd4e8ec7fb",
    "artist": "Underworld",
    "artist_ids": [
        "ba2f4f3b-0293-4bc8-bb94-2f73b5207343"
    ],
    "album": "Barbara Barbara, we face a shining future",
    "release_id": "b35fa411-e10b-42ff-8e91-938b6660fd8a",
    "release_group_id": "33eaf2af-1f45-4d1a-98b5-bb05f199de2a",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2016-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "With an album title inspired by the words Karl Hyde heard his father say to his mother before he passed, Underworld returns with Barbara Barbara, we face a shining future, after a 6-year break.  \"I spend an hour every morning, seven days a week, with my journal in a cafe writing.\" https://youtu.be/UpYJV6jYR2g?feature=shared",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}