Information about plays

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

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

{
    "id": 1323150,
    "uri": "https://api.kexp.org/v2/plays/1323150/?format=api",
    "airdate": "2008-01-06T20:09:00-08:00",
    "show": 23135,
    "show_uri": "https://api.kexp.org/v2/shows/23135/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CBQXVE21L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CBQXVE21L._SL75_.jpg",
    "song": "I Got It Made",
    "track_id": "4cc43581-d407-46af-b881-38a69a6f6f2a",
    "recording_id": null,
    "artist": "Special Ed",
    "artist_ids": [
        "2868a742-f08e-425f-b240-10dcb7be905a"
    ],
    "album": "Funkmaster Flex Presents: The Mix Tape, Volume 1: 60 Minutes of Funk",
    "release_id": "6f9ea794-6677-4e25-85bb-216cb3c3ba89",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1995-11-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}