Information about plays

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

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

{
    "id": 1308302,
    "uri": "https://api.kexp.org/v2/plays/1308302/?format=api",
    "airdate": "2007-11-29T18:41:39-08:00",
    "show": 22884,
    "show_uri": "https://api.kexp.org/v2/shows/22884/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51H8K5aGvXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51H8K5aGvXL._SL75_.jpg",
    "song": "I'm a Ramblin' Man",
    "track_id": "871993ea-cbf8-4996-93dd-a3779d4b6421",
    "recording_id": null,
    "artist": "Waylon Jennings",
    "artist_ids": [
        "1a46826b-4d73-4e04-8590-f36c9d832f9e"
    ],
    "album": "Greatest Hits",
    "release_id": "e19afc80-70c9-4b07-83d7-1bbdb611eb08",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}