Information about plays

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

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

{
    "id": 1256563,
    "uri": "https://api.kexp.org/v2/plays/1256563/?format=api",
    "airdate": "2007-07-19T14:15:36-07:00",
    "show": 22006,
    "show_uri": "https://api.kexp.org/v2/shows/22006/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518NMgj5y5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518NMgj5y5L._SL75_.jpg",
    "song": "A Change Is Gonna Come",
    "track_id": null,
    "recording_id": null,
    "artist": "Baby Huey",
    "artist_ids": [
        "66c03e40-2337-4952-8b27-afcbc68a6e5a"
    ],
    "album": "The Baby Huey Story: The Living Legend",
    "release_id": "5e9f7f9e-3738-42e1-80c6-aafa8ff66b6a",
    "release_group_id": null,
    "labels": [
        "Water"
    ],
    "label_ids": [
        "315653ce-0008-4aff-9811-bb886ff9b8f8"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}