Information about plays

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

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

{
    "id": 1268337,
    "uri": "https://api.kexp.org/v2/plays/1268337/?format=api",
    "airdate": "2007-08-18T02:48:00-07:00",
    "show": 22203,
    "show_uri": "https://api.kexp.org/v2/shows/22203/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Rc0%2BbtaRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Rc0%2BbtaRL._SL75_.jpg",
    "song": "Travel",
    "track_id": "d0f64d94-a2df-418e-b193-24f41a4efe64",
    "recording_id": null,
    "artist": "The Advent",
    "artist_ids": [
        "b3a35974-4703-4423-92bf-a1b5ac6cac3b"
    ],
    "album": "Sketched for Life (disc 1)",
    "release_id": "0bc7a5c9-1924-4c51-b20b-565bbad345e1",
    "release_group_id": null,
    "labels": [
        "Tresor"
    ],
    "label_ids": [
        "888875e6-a416-494c-91fe-0cf35295f34f"
    ],
    "release_date": "2002-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}