Information about plays

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

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

{
    "id": 1317130,
    "uri": "https://api.kexp.org/v2/plays/1317130/?format=api",
    "airdate": "2007-12-22T02:40:55-08:00",
    "show": 23030,
    "show_uri": "https://api.kexp.org/v2/shows/23030/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/217B61N7DHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/217B61N7DHL._SL75_.jpg",
    "song": "Not a Test",
    "track_id": "d9ab6ccd-d8a3-4be5-92b1-ce59f4cfbfd8",
    "recording_id": null,
    "artist": "DJ Icey",
    "artist_ids": [
        "138dd95b-9311-416e-bcdd-a80067289de6"
    ],
    "album": "Generate",
    "release_id": "1e88c379-d2b0-41d6-aa67-91c876e3a15d",
    "release_group_id": null,
    "labels": [
        "FFRR"
    ],
    "label_ids": [
        "d51690ee-c132-41e3-bbde-bb3a4afd835a"
    ],
    "release_date": "1998-06-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}