Information about plays

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

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

{
    "id": 2676342,
    "uri": "https://api.kexp.org/v2/plays/2676342/?format=api",
    "airdate": "2019-12-21T12:20:30-08:00",
    "show": 46195,
    "show_uri": "https://api.kexp.org/v2/shows/46195/?format=api",
    "image_uri": "https://coverartarchive.org/release/a9b80892-0951-4f06-9a58-5d07f720c289/5134851974-250.jpg",
    "thumbnail_uri": "",
    "song": "The Man Who Sold the World",
    "track_id": "227fbe1b-5d7f-4ff4-a7d7-ef02b5d7d4fd",
    "recording_id": null,
    "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": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A Bowie Celebration: The David Bowie Alumni Tour is coming to the Neptune on March 12th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}