Information about plays

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

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

{
    "id": 500350,
    "uri": "https://api.kexp.org/v2/plays/500350/?format=api",
    "airdate": "2001-12-25T19:22:00-08:00",
    "show": 8592,
    "show_uri": "https://api.kexp.org/v2/shows/8592/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31PFZ3X1T0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31PFZ3X1T0L._SL75_.jpg",
    "song": "Crest",
    "track_id": "8fcb2881-29d3-4bd8-976d-88a28677b041",
    "recording_id": null,
    "artist": "Nusrat Fateh Ali Khan & Michael Brook",
    "artist_ids": [
        "f13338d0-0c04-4fa1-98e1-2429479dde3b"
    ],
    "album": "Night Song",
    "release_id": "2e6cfaa8-fffd-45d9-972f-fc1a828df59e",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "1996-02-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}