Information about plays

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

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

{
    "id": 1314205,
    "uri": "https://api.kexp.org/v2/plays/1314205/?format=api",
    "airdate": "2007-12-14T18:06:31-08:00",
    "show": 22983,
    "show_uri": "https://api.kexp.org/v2/shows/22983/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21PH9ASP1TL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21PH9ASP1TL._SL75_.jpg",
    "song": "Foot Stomping, Part I",
    "track_id": "9090efc2-b3b7-47ee-951d-9ff82ef0c12b",
    "recording_id": null,
    "artist": "The Flares",
    "artist_ids": [
        "d6f97c04-e322-4427-9d3b-aed1694a7ae1"
    ],
    "album": "Hard to Find 45s on CD, Volume 2: 1961-64",
    "release_id": "fed7d07f-5a82-4642-9d87-06efbf0f9c81",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}