Information about plays

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

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

{
    "id": 1308384,
    "uri": "https://api.kexp.org/v2/plays/1308384/?format=api",
    "airdate": "2007-11-29T22:52:10-08:00",
    "show": 22885,
    "show_uri": "https://api.kexp.org/v2/shows/22885/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DHKJTLKTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DHKJTLKTL._SL75_.jpg",
    "song": "I Want More",
    "track_id": "8f3dce4a-2ec6-4a48-8d48-d4fcc0a5d8ab",
    "recording_id": null,
    "artist": "CAN",
    "artist_ids": [
        "13501c7d-d181-45ba-af52-5f101d8516a0"
    ],
    "album": "Flow Motion",
    "release_id": "bb80f7c6-b8e6-46dd-bc90-902ccf8cf04e",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "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"
}