Information about plays

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

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

{
    "id": 1308577,
    "uri": "https://api.kexp.org/v2/plays/1308577/?format=api",
    "airdate": "2007-11-30T10:39:06-08:00",
    "show": 22888,
    "show_uri": "https://api.kexp.org/v2/shows/22888/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JQDC303VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JQDC303VL._SL75_.jpg",
    "song": "Terrible Lie",
    "track_id": null,
    "recording_id": null,
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "Pretty Hate Machine",
    "release_id": "60a04a88-3956-49f5-9d0f-b2603be9f612",
    "release_group_id": null,
    "labels": [
        "TVT Records"
    ],
    "label_ids": [
        "c9117237-b78b-4e47-b452-c9d94fb34916"
    ],
    "release_date": "1989-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}