Information about plays

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

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

{
    "id": 1261533,
    "uri": "https://api.kexp.org/v2/plays/1261533/?format=api",
    "airdate": "2007-08-01T02:28:03-07:00",
    "show": 22092,
    "show_uri": "https://api.kexp.org/v2/shows/22092/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Mb8nfrXqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Mb8nfrXqL._SL75_.jpg",
    "song": "I Am the Fly",
    "track_id": "9e6d1555-3e47-4c30-98b2-828b97250b84",
    "recording_id": null,
    "artist": "Wire ",
    "artist_ids": [
        "7f2a8098-50e3-451c-8696-c5d9f64f4762"
    ],
    "album": "The Peel Sessions Album",
    "release_id": "5461e964-93c7-4259-b3d7-591d469dd184",
    "release_group_id": null,
    "labels": [
        "Strange Fruit"
    ],
    "label_ids": [
        "0c49508e-abff-49ad-b87c-da6270589ae3"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}