Information about plays

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

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

{
    "id": 1233391,
    "uri": "https://api.kexp.org/v2/plays/1233391/?format=api",
    "airdate": "2007-05-20T05:51:34-07:00",
    "show": 21605,
    "show_uri": "https://api.kexp.org/v2/shows/21605/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xIxQgRj%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xIxQgRj%2BL._SL75_.jpg",
    "song": "Knocked Up",
    "track_id": null,
    "recording_id": null,
    "artist": "Kings of Leon",
    "artist_ids": [
        "6ffb8ea9-2370-44d8-b678-e9237bbd347b"
    ],
    "album": "Because of the Times",
    "release_id": "8282fda5-fee0-4c67-ae61-8eb833ad6823",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2007-04-03",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}