Information about plays

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

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

{
    "id": 1411691,
    "uri": "https://api.kexp.org/v2/plays/1411691/?format=api",
    "airdate": "2008-08-19T09:41:00-07:00",
    "show": 24627,
    "show_uri": "https://api.kexp.org/v2/shows/24627/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51UQ1srKgOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51UQ1srKgOL._SL75_.jpg",
    "song": "Sex on Fire",
    "track_id": "051caac1-1f67-4733-80b5-62cb32660daa",
    "recording_id": null,
    "artist": "Kings of Leon",
    "artist_ids": [
        "6ffb8ea9-2370-44d8-b678-e9237bbd347b"
    ],
    "album": "Only by the Night",
    "release_id": "ff73e8dd-807e-43d5-bc9d-c4f65ea088a0",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}