Information about plays

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

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

{
    "id": 531979,
    "uri": "https://api.kexp.org/v2/plays/531979/?format=api",
    "airdate": "2002-03-28T00:52:00-08:00",
    "show": 9209,
    "show_uri": "https://api.kexp.org/v2/shows/9209/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nSVDcvOiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nSVDcvOiL._SL75_.jpg",
    "song": "Interloper",
    "track_id": "d43cbcb6-955c-4cf7-8a03-e2290c7f7e0b",
    "recording_id": null,
    "artist": "Pell Mell",
    "artist_ids": [
        "12845829-7032-4042-89ec-291dd0f82ac9"
    ],
    "album": "Star City",
    "release_id": "f65e87f3-d4cf-4c9f-8b0d-2fffa8fbf7a9",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}