Information about plays

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

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

{
    "id": 1195757,
    "uri": "https://api.kexp.org/v2/plays/1195757/?format=api",
    "airdate": "2007-02-11T21:22:12-08:00",
    "show": 20962,
    "show_uri": "https://api.kexp.org/v2/shows/20962/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31QqyaDlujL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31QqyaDlujL._SL75_.jpg",
    "song": "Amb",
    "track_id": "1756bd19-c11f-454e-b089-bb7675ae16bd",
    "recording_id": null,
    "artist": "Rafael Toral",
    "artist_ids": [
        "9398dc7b-c0a3-4f4c-adea-7434f1b5ea2c"
    ],
    "album": "Electric Babyland / Lullabies",
    "release_id": "ac1f5dd5-f19e-4b0e-b862-ca696268d246",
    "release_group_id": null,
    "labels": [
        "Tomlab"
    ],
    "label_ids": [
        "5de1b751-1a1f-466c-ba83-73e8a5b7080b"
    ],
    "release_date": "2002-05-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}