Information about plays

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

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

{
    "id": 1256546,
    "uri": "https://api.kexp.org/v2/plays/1256546/?format=api",
    "airdate": "2007-07-19T13:07:07-07:00",
    "show": 22005,
    "show_uri": "https://api.kexp.org/v2/shows/22005/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51F8Wc8krML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51F8Wc8krML._SL75_.jpg",
    "song": "(I Don't Need You to) Set Me Free",
    "track_id": null,
    "recording_id": null,
    "artist": "Grinderman",
    "artist_ids": [
        "611f1230-7c2b-4610-b9e6-5a4fcb6e3cc7"
    ],
    "album": "Grinderman",
    "release_id": "5ffa89bf-ffff-4c31-b169-bae521d87ce9",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2007-04-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}