Information about plays

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

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

{
    "id": 500894,
    "uri": "https://api.kexp.org/v2/plays/500894/?format=api",
    "airdate": "2001-12-27T05:10:00-08:00",
    "show": 8600,
    "show_uri": "https://api.kexp.org/v2/shows/8600/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GJE3ZT7BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GJE3ZT7BL._SL75_.jpg",
    "song": "Kiss of Life",
    "track_id": "fb269143-8ac7-48aa-83a3-b1b5ce4b7f11",
    "recording_id": null,
    "artist": "Peter Gabriel",
    "artist_ids": [
        "8e66ea2b-b57b-47d9-8df0-df4630aeb8e5"
    ],
    "album": "Security",
    "release_id": "b6c4da2c-16d8-4c31-b863-eb68429c7917",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}