Information about plays

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

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

{
    "id": 1364319,
    "uri": "https://api.kexp.org/v2/plays/1364319/?format=api",
    "airdate": "2008-04-20T00:25:37-07:00",
    "show": 23821,
    "show_uri": "https://api.kexp.org/v2/shows/23821/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31CJF5JFRYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31CJF5JFRYL._SL75_.jpg",
    "song": "Volcano",
    "track_id": null,
    "recording_id": null,
    "artist": "Damien Rice",
    "artist_ids": [
        "2119beb8-6ac5-4f21-82a4-b831c90c0024"
    ],
    "album": "O",
    "release_id": "aa345e9e-5341-4a09-93b6-0fd8f1647911",
    "release_group_id": null,
    "labels": [
        "14th Floor Records"
    ],
    "label_ids": [
        "e8e45b67-895d-42a9-a2d0-2c2d944beb02"
    ],
    "release_date": "2003-03-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}