Information about plays

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

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

{
    "id": 535326,
    "uri": "https://api.kexp.org/v2/plays/535326/?format=api",
    "airdate": "2002-04-06T16:33:40-08:00",
    "show": 9274,
    "show_uri": "https://api.kexp.org/v2/shows/9274/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51gn576-O-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51gn576-O-L._SL75_.jpg",
    "song": "(If I Go to Heaven) Give Me a Brunette",
    "track_id": "3a6a5bea-407b-4fa0-9145-2b6f71a13ad9",
    "recording_id": null,
    "artist": "Deke Dickerson and The Ecco-Fonics",
    "artist_ids": [
        "aa5e6d6c-2efa-4f51-8cd7-b1d0ce87816f"
    ],
    "album": "Rhythm Rhyme & Truth",
    "release_id": "67d51857-90f5-4b60-b027-271be04f2d78",
    "release_group_id": null,
    "labels": [
        "Hightone"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}