Information about plays

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

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

{
    "id": 3421215,
    "uri": "https://api.kexp.org/v2/plays/3421215/?format=api",
    "airdate": "2024-11-04T05:57:04-08:00",
    "show": 61760,
    "show_uri": "https://api.kexp.org/v2/shows/61760/?format=api",
    "image_uri": "https://ia903004.us.archive.org/13/items/mbid-a9b80892-0951-4f06-9a58-5d07f720c289/mbid-a9b80892-0951-4f06-9a58-5d07f720c289-5134851974_thumb500.jpg",
    "thumbnail_uri": "https://ia803004.us.archive.org/13/items/mbid-a9b80892-0951-4f06-9a58-5d07f720c289/mbid-a9b80892-0951-4f06-9a58-5d07f720c289-5134851974_thumb250.jpg",
    "song": "The Man Who Sold the World",
    "track_id": "227fbe1b-5d7f-4ff4-a7d7-ef02b5d7d4fd",
    "recording_id": "d0c234bd-cfdc-4f73-a19f-67c4be0dc071",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "The Man Who Sold the World",
    "release_id": "a9b80892-0951-4f06-9a58-5d07f720c289",
    "release_group_id": "2536a41d-fde9-35d5-a6c6-cd4d94ffd916",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1990-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bauhaus lead singer Peter Murphy called this \"the first true goth record.\"\n\nIn this interview clip, Quincy Jones talks about his friendship with stars like David Bowie:\nhttps://www.bbc.com/news/videos/c4gp7z3d22zo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}