Information about plays

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

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

{
    "id": 423799,
    "uri": "https://api.kexp.org/v2/plays/423799/?format=api",
    "airdate": "2001-05-12T17:40:00-07:00",
    "show": 7103,
    "show_uri": "https://api.kexp.org/v2/shows/7103/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418Lx68qH9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418Lx68qH9L._SL75_.jpg",
    "song": "Sunday Morning",
    "track_id": null,
    "recording_id": null,
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "The Velvet Underground & Nico",
    "release_id": "2657e677-49ce-480f-8868-04a0b354aec2",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1967-03-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}