Information about plays

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

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

{
    "id": 426485,
    "uri": "https://api.kexp.org/v2/plays/426485/?format=api",
    "airdate": "2001-05-21T07:40:00-07:00",
    "show": 7161,
    "show_uri": "https://api.kexp.org/v2/shows/7161/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519JfZOAbUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519JfZOAbUL._SL75_.jpg",
    "song": "Mourning Air",
    "track_id": "f831bf4a-df9e-40c1-9b8c-aa1b40f4b13f",
    "recording_id": null,
    "artist": "Portishead",
    "artist_ids": [
        "8f6bd1e4-fbe1-4f50-aa9b-94c450ec0f11"
    ],
    "album": "Portishead",
    "release_id": "5baf976e-185e-4699-8012-c6f4cec36400",
    "release_group_id": null,
    "labels": [
        "GO Beat"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}