Information about plays

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

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

{
    "id": 531765,
    "uri": "https://api.kexp.org/v2/plays/531765/?format=api",
    "airdate": "2002-03-27T14:03:55-08:00",
    "show": 9207,
    "show_uri": "https://api.kexp.org/v2/shows/9207/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518tJlV65ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518tJlV65ML._SL75_.jpg",
    "song": "Nevermind (What Was It Anyway)",
    "track_id": "43d00b90-884c-4387-9d10-99bc57835f71",
    "recording_id": null,
    "artist": "Sonic Youth",
    "artist_ids": [
        "5cbef01b-cc35-4f52-af7b-d0df0c4f61b9"
    ],
    "album": "NYC Ghosts & Flowers",
    "release_id": "e874cafd-1266-4627-962b-3011feb70f0f",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2000-05-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}