Information about plays

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

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

{
    "id": 458786,
    "uri": "https://api.kexp.org/v2/plays/458786/?format=api",
    "airdate": "2001-08-23T13:56:00-07:00",
    "show": 7776,
    "show_uri": "https://api.kexp.org/v2/shows/7776/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YYSOvGHOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YYSOvGHOL._SL75_.jpg",
    "song": "Contort Yourself",
    "track_id": "4102b749-6667-4c36-9654-d0faa8e2ab7f",
    "recording_id": null,
    "artist": "James Chance and the Contortions",
    "artist_ids": [
        "80eee8dd-55e4-47ef-8246-f17ffd17c983"
    ],
    "album": "Buy The Contortions",
    "release_id": "398cb433-376c-4ce4-8884-01c555021d4a",
    "release_group_id": null,
    "labels": [
        "ZE Records"
    ],
    "label_ids": [
        "9474b0cc-8065-457c-865d-463f2383ce00"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}