Information about plays

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

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

{
    "id": 1268759,
    "uri": "https://api.kexp.org/v2/plays/1268759/?format=api",
    "airdate": "2007-08-19T04:30:41-07:00",
    "show": 22211,
    "show_uri": "https://api.kexp.org/v2/shows/22211/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ax4RmQcSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ax4RmQcSL._SL75_.jpg",
    "song": "Nothin' to Lose",
    "track_id": "77729cbf-ea10-4e7c-be29-7fc449f92bcf",
    "recording_id": null,
    "artist": "KISS",
    "artist_ids": [
        "e1f1e33e-2e4c-4d43-b91b-7064068d3283"
    ],
    "album": "Kiss",
    "release_id": "d0cf5339-1127-4895-b6dc-05482739c0c3",
    "release_group_id": null,
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1974-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}