Information about plays

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

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

{
    "id": 419040,
    "uri": "https://api.kexp.org/v2/plays/419040/?format=api",
    "airdate": "2001-04-28T03:50:00-07:00",
    "show": 7001,
    "show_uri": "https://api.kexp.org/v2/shows/7001/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519BsDcDCqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519BsDcDCqL._SL75_.jpg",
    "song": "Touch",
    "track_id": "f22b2dcc-afb4-45e5-a52b-ac3e7122b6f1",
    "recording_id": null,
    "artist": "Curd Duca",
    "artist_ids": [
        "57c45ac6-2b31-443d-a517-81c8c48512cb"
    ],
    "album": "Modulation & Transformation 4 (disc 1)",
    "release_id": "2f212b54-a02d-4662-9fdb-7ba2741d2d9f",
    "release_group_id": null,
    "labels": [
        "Mille Plateaux"
    ],
    "label_ids": [
        "559345c8-ba39-405b-8466-76d64ac1b226"
    ],
    "release_date": "1999-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}