Information about plays

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

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

{
    "id": 427660,
    "uri": "https://api.kexp.org/v2/plays/427660/?format=api",
    "airdate": "2001-05-24T16:41:03-07:00",
    "show": 7182,
    "show_uri": "https://api.kexp.org/v2/shows/7182/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Z4F-5q4OL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Z4F-5q4OL._SL75_.jpg",
    "song": "Never Let Go",
    "track_id": "eeea5cf7-e6c1-4ad7-9a1f-553572ccf509",
    "recording_id": null,
    "artist": "Chumbawamba",
    "artist_ids": [
        "7b7b1e6f-e73e-41a0-9d72-8f0b30c6992d"
    ],
    "album": "Swingin' With Raymond",
    "release_id": "a4894f52-0969-49b4-b1c2-6de83d7047ca",
    "release_group_id": null,
    "labels": [
        "One Little Indian Records"
    ],
    "label_ids": [
        "0253505b-b0f3-4619-8ce0-6a79fe6fbc32"
    ],
    "release_date": "1995-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}