Information about plays

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

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

{
    "id": 1391546,
    "uri": "https://api.kexp.org/v2/plays/1391546/?format=api",
    "airdate": "2008-06-29T16:04:50-07:00",
    "show": 24288,
    "show_uri": "https://api.kexp.org/v2/shows/24288/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51UogBOxUIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51UogBOxUIL._SL75_.jpg",
    "song": "Roadrunner",
    "track_id": "20d8b4aa-9aa1-4050-a071-f50eef19167a",
    "recording_id": null,
    "artist": "Jonathan Richman",
    "artist_ids": [
        "bae34b81-9abd-416e-a720-fedc359df775"
    ],
    "album": "The Best of Punk",
    "release_id": "ba34b646-8a7b-4f2a-ad81-7e66e528fa5d",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}