Information about plays

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

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

{
    "id": 1414215,
    "uri": "https://api.kexp.org/v2/plays/1414215/?format=api",
    "airdate": "2008-08-25T18:14:26-07:00",
    "show": 24670,
    "show_uri": "https://api.kexp.org/v2/shows/24670/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410SBKZTJML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410SBKZTJML._SL75_.jpg",
    "song": "Cherie",
    "track_id": "22d2da72-9f2d-4f7b-a32b-c2d4c9d056fb",
    "recording_id": null,
    "artist": "Baaba Maal ",
    "artist_ids": [
        "cec7447d-a39c-41c5-ba74-5d7057e5c731"
    ],
    "album": "Nomad Soul",
    "release_id": "57fb762d-b2ab-4950-8436-87255c4cb262",
    "release_group_id": null,
    "labels": [
        "Palm Pictures"
    ],
    "label_ids": [
        "9f25310a-94d7-4a28-bf89-6729a2b8e859"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}