Information about plays

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

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

{
    "id": 1353192,
    "uri": "https://api.kexp.org/v2/plays/1353192/?format=api",
    "airdate": "2008-03-23T02:45:13-07:00",
    "show": 23636,
    "show_uri": "https://api.kexp.org/v2/shows/23636/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51y9kQ-EmRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51y9kQ-EmRL._SL75_.jpg",
    "song": "Brick Windows",
    "track_id": "bb26c611-03b3-4eaf-9f1a-8a1f2f3ea611",
    "recording_id": null,
    "artist": "Ministry",
    "artist_ids": [
        "13df2a46-f72f-40e7-aa63-26fcf62c7048"
    ],
    "album": "Filth Pig",
    "release_id": "d1cba498-1dea-4d3b-a151-087bb9310153",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "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"
}