Information about plays

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

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

{
    "id": 1356268,
    "uri": "https://api.kexp.org/v2/plays/1356268/?format=api",
    "airdate": "2008-03-30T21:32:00-07:00",
    "show": 23688,
    "show_uri": "https://api.kexp.org/v2/shows/23688/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61p%2BqGs1kyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61p%2BqGs1kyL._SL75_.jpg",
    "song": "Baby You're the One",
    "track_id": "83403475-7aa3-4918-a851-c8b608bc33ab",
    "recording_id": null,
    "artist": "The Mole",
    "artist_ids": [
        "7ca5bc22-c30d-4447-8d85-6dba5112ae82"
    ],
    "album": "As High as the Sky",
    "release_id": "e176e0df-7326-4bf3-a9c6-cda616165135",
    "release_group_id": null,
    "labels": [
        "Wagon Repair"
    ],
    "label_ids": [
        "e280d596-3167-4779-acb2-31ecb4704129"
    ],
    "release_date": "2008-06-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}