Information about plays

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

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

{
    "id": 501788,
    "uri": "https://api.kexp.org/v2/plays/501788/?format=api",
    "airdate": "2001-12-29T21:01:00-08:00",
    "show": 8619,
    "show_uri": "https://api.kexp.org/v2/shows/8619/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21FYMKT4TCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21FYMKT4TCL._SL75_.jpg",
    "song": "Feathery Legs",
    "track_id": "5743a902-18d9-46eb-8341-c7187c01c607",
    "recording_id": null,
    "artist": "Fila Brazillia",
    "artist_ids": [
        "21267448-e8aa-40f5-90cb-f9ef26ccc009"
    ],
    "album": "Power Clown",
    "release_id": "5fdf3178-febf-4a53-a89e-5faf8f7c0b81",
    "release_group_id": null,
    "labels": [
        "Pork Recordings"
    ],
    "label_ids": [
        "de66d862-ee44-4cd8-8435-709aa123eab3"
    ],
    "release_date": "1998-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}