Information about plays

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

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

{
    "id": 1351426,
    "uri": "https://api.kexp.org/v2/plays/1351426/?format=api",
    "airdate": "2008-03-18T21:27:37-07:00",
    "show": 23609,
    "show_uri": "https://api.kexp.org/v2/shows/23609/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41KRSGZcBFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41KRSGZcBFL._SL75_.jpg",
    "song": "Hounds of Love",
    "track_id": "34266292-7e47-4419-9f03-af3b0c3922d5",
    "recording_id": null,
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "The Whole Story",
    "release_id": "aa1748cb-a9b1-4cc0-bd1e-46308df7115a",
    "release_group_id": null,
    "labels": [
        "EMI Records"
    ],
    "label_ids": [
        "022fe361-596c-43a0-8e22-bad712bb9548"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}