Information about plays

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

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

{
    "id": 1286555,
    "uri": "https://api.kexp.org/v2/plays/1286555/?format=api",
    "airdate": "2007-10-03T15:36:42-07:00",
    "show": 22511,
    "show_uri": "https://api.kexp.org/v2/shows/22511/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31KyjELBxhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31KyjELBxhL._SL75_.jpg",
    "song": "Dolana Dolana",
    "track_id": "3952d648-185d-4f6e-8add-27acf57c1d9f",
    "recording_id": null,
    "artist": "Mustafa Özkent ve Orkestrası",
    "artist_ids": [
        "f749245c-6c0f-4d76-8b38-1c40d10df397"
    ],
    "album": "Gençlik İle Elele",
    "release_id": "3f463c07-ae1b-4ccc-b829-5ea6201ec05f",
    "release_group_id": null,
    "labels": [
        "Finders Keepers"
    ],
    "label_ids": [
        "8e2866e7-2df9-4193-886f-f5b9ae52009c"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}