Information about plays

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

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

{
    "id": 421689,
    "uri": "https://api.kexp.org/v2/plays/421689/?format=api",
    "airdate": "2001-05-06T10:10:54-07:00",
    "show": 7062,
    "show_uri": "https://api.kexp.org/v2/shows/7062/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51LFmIzZjoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51LFmIzZjoL._SL75_.jpg",
    "song": "Crossing Muddy Waters",
    "track_id": "9d59d443-d726-46fb-b39e-63ee8d05057c",
    "recording_id": null,
    "artist": "John Hiatt",
    "artist_ids": [
        "e78202c9-7717-435c-9aac-dd5ebc4e64d5"
    ],
    "album": "Crossing Muddy Waters",
    "release_id": "754b83fe-d6f8-4bdd-b0d0-9440aea808d9",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2000-09-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}