Information about plays

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

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

{
    "id": 426805,
    "uri": "https://api.kexp.org/v2/plays/426805/?format=api",
    "airdate": "2001-05-22T06:37:30-07:00",
    "show": 7167,
    "show_uri": "https://api.kexp.org/v2/shows/7167/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41RfK5HklZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41RfK5HklZL._SL75_.jpg",
    "song": "Metal Mickey",
    "track_id": null,
    "recording_id": null,
    "artist": "Suede",
    "artist_ids": [
        "a55c2f1b-3f3f-4d6a-aa30-5e186dbadce6"
    ],
    "album": "Suede",
    "release_id": "aad78fe6-f5cb-4269-9a73-eb5c309238ff",
    "release_group_id": null,
    "labels": [
        "nude"
    ],
    "label_ids": [
        "073ae241-f3e7-46d0-b849-87996e91b14b"
    ],
    "release_date": "1993-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}