Information about plays

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

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

{
    "id": 1375840,
    "uri": "https://api.kexp.org/v2/plays/1375840/?format=api",
    "airdate": "2008-05-19T02:37:28-07:00",
    "show": 24016,
    "show_uri": "https://api.kexp.org/v2/shows/24016/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MW7ToNjCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MW7ToNjCL._SL75_.jpg",
    "song": "No One Like You",
    "track_id": "904ed71a-64f4-418f-8a91-362111a98102",
    "recording_id": null,
    "artist": "Al Green ",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "Lay It Down",
    "release_id": "57e85d92-70f0-420a-b0d9-07cc3f52f9c5",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2008-05-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}