Information about plays

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

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

{
    "id": 1196572,
    "uri": "https://api.kexp.org/v2/plays/1196572/?format=api",
    "airdate": "2007-02-13T23:43:36-08:00",
    "show": 20975,
    "show_uri": "https://api.kexp.org/v2/shows/20975/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51sSdV4t9%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51sSdV4t9%2BL._SL75_.jpg",
    "song": "Feel and Triple",
    "track_id": "c84def0a-7300-4c5e-a121-883e2434c536",
    "recording_id": null,
    "artist": "Stereolab",
    "artist_ids": [
        "f1df0431-9250-4ec8-95d8-f19ce7cf7fb6"
    ],
    "album": "Margerine Eclipse",
    "release_id": "ef8836e9-da89-4a67-a296-c2b8b32f8215",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment Group"
    ],
    "label_ids": [
        "198a0950-3a61-456a-a3b5-f4929123ef5d"
    ],
    "release_date": "2004-01-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}