Information about plays

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

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

{
    "id": 3421451,
    "uri": "https://api.kexp.org/v2/plays/3421451/?format=api",
    "airdate": "2024-11-04T22:21:01-08:00",
    "show": 61766,
    "show_uri": "https://api.kexp.org/v2/shows/61766/?format=api",
    "image_uri": "https://coverartarchive.org/release/66375564-7565-4dff-bfa6-674430cb0405/5713860317-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/66375564-7565-4dff-bfa6-674430cb0405/5713860317-250.jpg",
    "song": "Summer in the City",
    "track_id": null,
    "recording_id": null,
    "artist": "Quincy Jones",
    "artist_ids": [
        "5803c81e-739a-4057-9a5c-cf84e55db630"
    ],
    "album": "You’ve Got It Bad Girl",
    "release_id": null,
    "release_group_id": "50fd29ff-dc76-31db-8ecb-06d26d671c12",
    "labels": [
        "A&M"
    ],
    "label_ids": [],
    "release_date": "1973-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The origin of an iconic sample on The Pharcyde's \"Passin' Me By\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}