Information about plays

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

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

{
    "id": 504666,
    "uri": "https://api.kexp.org/v2/plays/504666/?format=api",
    "airdate": "2002-01-07T16:53:00-08:00",
    "show": 8679,
    "show_uri": "https://api.kexp.org/v2/shows/8679/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41CV8CNTFGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41CV8CNTFGL._SL75_.jpg",
    "song": "Giant Wall Crawling Insect Breaks (full version)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Herbaliser",
    "artist_ids": [
        "bf48d271-9595-4043-9064-52f43707d4ab"
    ],
    "album": "Giant Wall Crawling Insect Breaks",
    "release_id": "632c43de-5528-4be9-908c-e643f9e3ee6e",
    "release_group_id": null,
    "labels": [
        "Zen"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}