Information about plays

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

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

{
    "id": 3421497,
    "uri": "https://api.kexp.org/v2/plays/3421497/?format=api",
    "airdate": "2024-11-05T00:36:25-08:00",
    "show": 61767,
    "show_uri": "https://api.kexp.org/v2/shows/61767/?format=api",
    "image_uri": "https://ia800801.us.archive.org/28/items/mbid-ef2ad70b-eb9f-4d87-95fd-856ad82f1673/mbid-ef2ad70b-eb9f-4d87-95fd-856ad82f1673-39594306781_thumb500.jpg",
    "thumbnail_uri": "https://ia600801.us.archive.org/28/items/mbid-ef2ad70b-eb9f-4d87-95fd-856ad82f1673/mbid-ef2ad70b-eb9f-4d87-95fd-856ad82f1673-39594306781_thumb250.jpg",
    "song": "Two Words",
    "track_id": "a2cc6d96-4b87-4f92-9185-7ae3810ea63b",
    "recording_id": "17494070-c631-4625-9ada-d02002c04222",
    "artist": "Christopher Owens",
    "artist_ids": [
        "9cca95ca-e6b7-4aa7-9a8b-0425189c7f1d"
    ],
    "album": "I Wanna Run Barefoot Through Your Hair",
    "release_id": "ef2ad70b-eb9f-4d87-95fd-856ad82f1673",
    "release_group_id": "36e87682-0357-45ec-8b61-f1853841eb23",
    "labels": [
        "True Panther Sounds"
    ],
    "label_ids": [
        "83d836ec-fd29-4761-890a-9e0053c25635"
    ],
    "release_date": "2024-10-18",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LUV LUV LUV",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}