Information about plays

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

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

{
    "id": 1312449,
    "uri": "https://api.kexp.org/v2/plays/1312449/?format=api",
    "airdate": "2007-12-10T08:24:51-08:00",
    "show": 22956,
    "show_uri": "https://api.kexp.org/v2/shows/22956/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51okzAoN6sL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51okzAoN6sL._SL75_.jpg",
    "song": "Whip It",
    "track_id": "ca1b3df1-7bee-4abd-b61b-7cde35792977",
    "recording_id": null,
    "artist": "Devo",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "DEV-O Live",
    "release_id": "519d76df-ef9f-42f6-97fe-f3f18d32ce85",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}