Information about plays

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

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

{
    "id": 1233522,
    "uri": "https://api.kexp.org/v2/plays/1233522/?format=api",
    "airdate": "2007-05-20T16:44:47-07:00",
    "show": 21609,
    "show_uri": "https://api.kexp.org/v2/shows/21609/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21TTJ2RDWJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21TTJ2RDWJL._SL75_.jpg",
    "song": "Another the Letter",
    "track_id": null,
    "recording_id": null,
    "artist": "Wire ",
    "artist_ids": [
        "7f2a8098-50e3-451c-8696-c5d9f64f4762"
    ],
    "album": "Chairs Missing",
    "release_id": "a2f24c13-0ae0-49f8-ba23-ca8886873dba",
    "release_group_id": null,
    "labels": [
        "Pinkflag"
    ],
    "label_ids": [
        "fabe1e2e-1c3b-4628-96cc-c7ae3afcf266"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}