Information about plays

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

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

{
    "id": 1395465,
    "uri": "https://api.kexp.org/v2/plays/1395465/?format=api",
    "airdate": "2008-07-09T09:21:00-07:00",
    "show": 24351,
    "show_uri": "https://api.kexp.org/v2/shows/24351/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TVDNEC6KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TVDNEC6KL._SL75_.jpg",
    "song": "High",
    "track_id": null,
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Wish",
    "release_id": "8068c3b5-fe31-4277-be2a-391a80d30754",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1992-04-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}