Information about plays

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

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

{
    "id": 1280522,
    "uri": "https://api.kexp.org/v2/plays/1280522/?format=api",
    "airdate": "2007-09-18T03:56:34-07:00",
    "show": 22410,
    "show_uri": "https://api.kexp.org/v2/shows/22410/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Z3H3SCS9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Z3H3SCS9L._SL75_.jpg",
    "song": "September Baby",
    "track_id": null,
    "recording_id": null,
    "artist": "Joseph Arthur",
    "artist_ids": [
        "f24c343a-5c24-4633-8ae4-9a3e8cc1eee7"
    ],
    "album": "Redemption's Son",
    "release_id": "d1c07dde-1395-4ab1-ad91-05a00d7711b5",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}