Information about plays

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

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

{
    "id": 1284513,
    "uri": "https://api.kexp.org/v2/plays/1284513/?format=api",
    "airdate": "2007-09-28T07:19:28-07:00",
    "show": 22475,
    "show_uri": "https://api.kexp.org/v2/shows/22475/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5102nZNU-EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5102nZNU-EL._SL75_.jpg",
    "song": "Bad Luck",
    "track_id": null,
    "recording_id": null,
    "artist": "Social Distortion",
    "artist_ids": [
        "e1e05cce-3922-44e1-8f20-015abe5e309d"
    ],
    "album": "Somewhere Between Heaven and Hell",
    "release_id": "d5a1f715-117a-42ca-ad92-ee45299b517d",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}