Information about plays

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

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

{
    "id": 3421220,
    "uri": "https://api.kexp.org/v2/plays/3421220/?format=api",
    "airdate": "2024-11-04T06:15:51-08:00",
    "show": 61760,
    "show_uri": "https://api.kexp.org/v2/shows/61760/?format=api",
    "image_uri": "https://ia600705.us.archive.org/25/items/mbid-84cb43b2-274e-3a6c-8152-71b1c3d80562/mbid-84cb43b2-274e-3a6c-8152-71b1c3d80562-4815976282_thumb500.jpg",
    "thumbnail_uri": "https://ia600705.us.archive.org/25/items/mbid-84cb43b2-274e-3a6c-8152-71b1c3d80562/mbid-84cb43b2-274e-3a6c-8152-71b1c3d80562-4815976282_thumb250.jpg",
    "song": "Wanna Be Startin’ Somethin’",
    "track_id": "b63dad81-63e6-431a-a0fd-eba1a62236e2",
    "recording_id": "2460a241-6ff4-49f1-80f9-36051534e9ae",
    "artist": "Michael Jackson",
    "artist_ids": [
        "f27ec8db-af05-4f36-916e-3d57f91ecf5e"
    ],
    "album": "Thriller",
    "release_id": "84cb43b2-274e-3a6c-8152-71b1c3d80562",
    "release_group_id": "f32fab67-77dd-3937-addc-9062e28e4c37",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2008-08-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by the legendary Quincy Jones.\n\n#208 on the list of The Best Opening Tracks of All Time, as voted by KEXP listeners like you!\n\nhttps://kexp.org/countdowns/best-opening-tracks-of-all-time/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}