Information about plays

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

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

{
    "id": 461607,
    "uri": "https://api.kexp.org/v2/plays/461607/?format=api",
    "airdate": "2001-08-31T20:17:08-07:00",
    "show": 7834,
    "show_uri": "https://api.kexp.org/v2/shows/7834/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31rBpnhppGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31rBpnhppGL._SL75_.jpg",
    "song": "Love, Love, Love Me Honey Do",
    "track_id": null,
    "recording_id": null,
    "artist": "Patsy Cline",
    "artist_ids": [
        "ad82dd72-0df3-4a09-8d7a-1af9c9e80522"
    ],
    "album": "The Rockin' Side: Her First Recordings, Volume 3",
    "release_id": "a5e94bca-94e8-4f59-885d-06f8c874b8e7",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}