Information about plays

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

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

{
    "id": 1295528,
    "uri": "https://api.kexp.org/v2/plays/1295528/?format=api",
    "airdate": "2007-10-26T17:13:37-07:00",
    "show": 22661,
    "show_uri": "https://api.kexp.org/v2/shows/22661/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qphpwErCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qphpwErCL._SL75_.jpg",
    "song": "Go (Trentemøller remix)",
    "track_id": "4df7cf80-2cc8-42f9-9843-34ea8f0573fe",
    "recording_id": null,
    "artist": "Moby",
    "artist_ids": [
        "8970d868-0723-483b-a75b-51088913d3d4"
    ],
    "album": "The Trentemøller Chronicles (disc 2)",
    "release_id": "cb9e8b8e-5fc8-44a9-a8b1-fe519d99873f",
    "release_group_id": null,
    "labels": [
        "Audiomatique Recordings"
    ],
    "label_ids": [
        "d2ef72ff-0995-4dda-b326-285a82175783"
    ],
    "release_date": "2007-10-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}