Information about plays

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

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

{
    "id": 534256,
    "uri": "https://api.kexp.org/v2/plays/534256/?format=api",
    "airdate": "2002-04-03T15:20:00-08:00",
    "show": 9255,
    "show_uri": "https://api.kexp.org/v2/shows/9255/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/611sylhW6CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/611sylhW6CL._SL75_.jpg",
    "song": "Stephanie Says",
    "track_id": "eda154db-1d39-4d29-9de6-9856bf35c3c5",
    "recording_id": null,
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "The Best of The Velvet Underground: Words and Music of Lou Reed",
    "release_id": "d6752399-eff1-4fe1-bb4e-965b9f35155a",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}