Information about plays

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

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

{
    "id": 506533,
    "uri": "https://api.kexp.org/v2/plays/506533/?format=api",
    "airdate": "2002-01-13T05:13:00-08:00",
    "show": 8715,
    "show_uri": "https://api.kexp.org/v2/shows/8715/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41H24L%2BgimL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41H24L%2BgimL._SL75_.jpg",
    "song": "Bounce",
    "track_id": "4691dc5c-d3a0-45cf-8d1e-f3562c72056c",
    "recording_id": null,
    "artist": "MUM",
    "artist_ids": [
        "928303db-cf05-4b19-b11c-d3e5cec36915"
    ],
    "album": "Sincerely Yours",
    "release_id": "9ae3ee2b-4dc2-4188-afac-68569a42527d",
    "release_group_id": null,
    "labels": [
        "Klein Records"
    ],
    "label_ids": [
        "4d23facc-18d6-42a7-adf8-bc2ab42f018a"
    ],
    "release_date": "2001-11-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}