Information about plays

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

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

{
    "id": 426558,
    "uri": "https://api.kexp.org/v2/plays/426558/?format=api",
    "airdate": "2001-05-21T12:11:15-07:00",
    "show": 7162,
    "show_uri": "https://api.kexp.org/v2/shows/7162/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41y-fvdWbsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41y-fvdWbsL._SL75_.jpg",
    "song": "It's Too Bad...",
    "track_id": "1cde96ec-5b61-4a64-8805-9a7e41a64664",
    "recording_id": null,
    "artist": "Silkworm",
    "artist_ids": [
        "64c9ed9d-0b97-4e01-946c-2ef5f342e236"
    ],
    "album": "Developer",
    "release_id": "a746766b-b996-4611-9751-3aff5e958151",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1997-04-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}