Information about plays

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

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

{
    "id": 456105,
    "uri": "https://api.kexp.org/v2/plays/456105/?format=api",
    "airdate": "2001-08-15T23:55:00-07:00",
    "show": 7722,
    "show_uri": "https://api.kexp.org/v2/shows/7722/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DzR7SsuBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DzR7SsuBL._SL75_.jpg",
    "song": "Flowers on the Wall",
    "track_id": "2f0c7789-4c11-40dd-b4d6-3580f8e61d0a",
    "recording_id": null,
    "artist": "The Statler Brothers",
    "artist_ids": [
        "8f0c7db9-6d1c-446b-913c-b5c6811ca6fc"
    ],
    "album": "Pulp Fiction",
    "release_id": "10913f37-3770-41fc-bad7-739cf48ca8cb",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1994-09-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}