Information about plays

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

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

{
    "id": 3421643,
    "uri": "https://api.kexp.org/v2/plays/3421643/?format=api",
    "airdate": "2024-11-05T08:02:43-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "https://ia601908.us.archive.org/23/items/mbid-bf240ed0-9e0c-3a44-ab3c-94dc69216af0/mbid-bf240ed0-9e0c-3a44-ab3c-94dc69216af0-15472428393_thumb500.jpg",
    "thumbnail_uri": "https://ia601908.us.archive.org/23/items/mbid-bf240ed0-9e0c-3a44-ab3c-94dc69216af0/mbid-bf240ed0-9e0c-3a44-ab3c-94dc69216af0-15472428393_thumb250.jpg",
    "song": "Freedom 90",
    "track_id": "8e6bb8ca-c03f-3ea2-a473-5602ff6d2cb1",
    "recording_id": "e9ccfb0a-a516-4d25-99ff-699856090e56",
    "artist": "George Michael",
    "artist_ids": [
        "ccb8f30e-4d71-40c4-8b1d-846dafe73e2c"
    ],
    "album": "Ladies & Gentlemen: The Best of George Michael",
    "release_id": "bf240ed0-9e0c-3a44-ab3c-94dc69216af0",
    "release_group_id": "5739e5ac-a4fd-3719-bc30-ce143c2217b7",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1998-11-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mati (Mah-tee) SanFrancisco writes\n\nIt's my wonderful wife Ande's (\"Andy\") 50th birthday today. To celebrate, while still helping everyone cope with our collective anxiety, could you play something by her beloved George Michael?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}