Information about plays

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

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

{
    "id": 474395,
    "uri": "https://api.kexp.org/v2/plays/474395/?format=api",
    "airdate": "2001-10-09T03:56:15-07:00",
    "show": 8084,
    "show_uri": "https://api.kexp.org/v2/shows/8084/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31PMK7VN4DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31PMK7VN4DL._SL75_.jpg",
    "song": "Wells World",
    "track_id": "d1b7e75d-ef9f-4dc8-bccc-dee012f8b667",
    "recording_id": null,
    "artist": "S.O.L.O.",
    "artist_ids": [
        "4f81c5d3-e37e-45f1-89f7-38ef5c1cfe39"
    ],
    "album": "Sulphur: Compound",
    "release_id": "7445b8d9-f256-4306-8b06-31ba5beab997",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}