Information about plays

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

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

{
    "id": 423626,
    "uri": "https://api.kexp.org/v2/plays/423626/?format=api",
    "airdate": "2001-05-11T23:56:00-07:00",
    "show": 7099,
    "show_uri": "https://api.kexp.org/v2/shows/7099/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61D6jWbr9iL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61D6jWbr9iL._SL75_.jpg",
    "song": "So Alive",
    "track_id": null,
    "recording_id": null,
    "artist": "Love and Rockets",
    "artist_ids": [
        "8cb3aa4a-3b4c-48b8-be0a-e57010fc1430"
    ],
    "album": "Love and Rockets",
    "release_id": "30b093b6-e7f9-4c1f-9b04-bfb35a90e79e",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}