Information about plays

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

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

{
    "id": 3420933,
    "uri": "https://api.kexp.org/v2/plays/3420933/?format=api",
    "airdate": "2024-11-03T14:22:19-08:00",
    "show": 61753,
    "show_uri": "https://api.kexp.org/v2/shows/61753/?format=api",
    "image_uri": "https://ia601205.us.archive.org/33/items/mbid-34144ea0-7c00-485f-8042-29ebe63bda29/mbid-34144ea0-7c00-485f-8042-29ebe63bda29-11641248491_thumb500.jpg",
    "thumbnail_uri": "https://ia801205.us.archive.org/33/items/mbid-34144ea0-7c00-485f-8042-29ebe63bda29/mbid-34144ea0-7c00-485f-8042-29ebe63bda29-11641248491_thumb250.jpg",
    "song": "The Hustler",
    "track_id": "cc267ad5-68eb-3515-9c20-0cf19324a2d4",
    "recording_id": "7352d2c5-bf08-418b-9170-a03600d9304c",
    "artist": "Willie Colón",
    "artist_ids": [
        "f1edfbed-9315-4550-859c-599cc3fdee57"
    ],
    "album": "Fania Records 1964-1980: The Original Sound of Latin New York",
    "release_id": "34144ea0-7c00-485f-8042-29ebe63bda29",
    "release_group_id": "b3b73068-735f-4763-878f-e1f1259f07ad",
    "labels": [
        "Strut Records"
    ],
    "label_ids": [
        "9ba9a0fb-d617-4906-9c1d-7bfa78087ff9"
    ],
    "release_date": "2011-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}