Information about plays

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

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

{
    "id": 1295464,
    "uri": "https://api.kexp.org/v2/plays/1295464/?format=api",
    "airdate": "2007-10-26T12:40:07-07:00",
    "show": 22660,
    "show_uri": "https://api.kexp.org/v2/shows/22660/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31qf3XpMuZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31qf3XpMuZL._SL75_.jpg",
    "song": "King of the Rodeo",
    "track_id": null,
    "recording_id": null,
    "artist": "Kings of Leon",
    "artist_ids": [
        "6ffb8ea9-2370-44d8-b678-e9237bbd347b"
    ],
    "album": "Aha Shake Heartbreak",
    "release_id": "f23548bb-fe31-4767-966c-064b576aad22",
    "release_group_id": null,
    "labels": [
        "Sony BMG Music Entertainment"
    ],
    "label_ids": [
        "f9ada3ae-3081-44df-8581-ca27a3462b68"
    ],
    "release_date": "2008-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}