Information about plays

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

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

{
    "id": 1284496,
    "uri": "https://api.kexp.org/v2/plays/1284496/?format=api",
    "airdate": "2007-09-28T06:09:30-07:00",
    "show": 22475,
    "show_uri": "https://api.kexp.org/v2/shows/22475/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51rfcuYUyDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51rfcuYUyDL._SL75_.jpg",
    "song": "Panic",
    "track_id": null,
    "recording_id": null,
    "artist": "The Smiths",
    "artist_ids": [
        "40f5d9e4-2de7-4f2d-ad41-e31a9a9fea27"
    ],
    "album": "Singles",
    "release_id": "1d8d19be-8424-435b-a4eb-c6f6b082f92b",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "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"
}