Information about plays

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

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

{
    "id": 1381509,
    "uri": "https://api.kexp.org/v2/plays/1381509/?format=api",
    "airdate": "2008-06-03T14:08:46-07:00",
    "show": 24117,
    "show_uri": "https://api.kexp.org/v2/shows/24117/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41R6GY31MNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41R6GY31MNL._SL75_.jpg",
    "song": "Go!",
    "track_id": "c13e01bd-0da5-48a8-82f7-329c66735f60",
    "recording_id": null,
    "artist": "Tones on Tail",
    "artist_ids": [
        "ff3a293a-76d1-49a7-a5c5-fede02e7e648"
    ],
    "album": "Grosse Pointe Blank: More Music From the Film",
    "release_id": "65ff6864-c367-4f33-ade0-cb7a62b6614d",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1997-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}