Information about plays

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

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

{
    "id": 442987,
    "uri": "https://api.kexp.org/v2/plays/442987/?format=api",
    "airdate": "2001-07-08T20:55:23-07:00",
    "show": 7478,
    "show_uri": "https://api.kexp.org/v2/shows/7478/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51110QL0S-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51110QL0S-L._SL75_.jpg",
    "song": "Deal It",
    "track_id": "2e962a9a-a8dc-4f15-b6d8-b613a010042e",
    "recording_id": null,
    "artist": "Total Science",
    "artist_ids": [
        "344c7977-1c4b-4010-a0f7-27d9506301ec"
    ],
    "album": "Beyond Voltage 2",
    "release_id": "4ecb4336-8dcc-4032-9a96-6911afc3e425",
    "release_group_id": null,
    "labels": [
        "Fuze Recordings"
    ],
    "label_ids": [
        "1f1e7637-6745-4801-a2f1-4416a907e119"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}