Information about plays

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

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

{
    "id": 421385,
    "uri": "https://api.kexp.org/v2/plays/421385/?format=api",
    "airdate": "2001-05-05T03:42:00-07:00",
    "show": 7053,
    "show_uri": "https://api.kexp.org/v2/shows/7053/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51H6GMYKQQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51H6GMYKQQL._SL75_.jpg",
    "song": "Please Don't Judas Me",
    "track_id": "6335ef1f-4313-483b-87e9-6826ab9fcdef",
    "recording_id": null,
    "artist": "Nazareth",
    "artist_ids": [
        "88f219d8-4140-4191-af4b-de81c7c587c4"
    ],
    "album": "Hair of the Dog",
    "release_id": "0112ad5d-038e-460c-863a-2f521a8e55a8",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}