Information about plays

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

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

{
    "id": 1316572,
    "uri": "https://api.kexp.org/v2/plays/1316572/?format=api",
    "airdate": "2007-12-20T19:19:21-08:00",
    "show": 23022,
    "show_uri": "https://api.kexp.org/v2/shows/23022/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-ns3W3MxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-ns3W3MxL._SL75_.jpg",
    "song": "Tomorrow Never Comes",
    "track_id": null,
    "recording_id": null,
    "artist": "Johnny Bond",
    "artist_ids": [
        "493347df-c385-4b08-b283-de54a2b57e03"
    ],
    "album": "Country and Western: Standard Transcriptions",
    "release_id": "703f9146-b9c4-4de7-b172-c950aa2c064f",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "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"
}