Information about plays

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

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

{
    "id": 506297,
    "uri": "https://api.kexp.org/v2/plays/506297/?format=api",
    "airdate": "2002-01-12T11:56:00-08:00",
    "show": 8708,
    "show_uri": "https://api.kexp.org/v2/shows/8708/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AJxrS8LuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AJxrS8LuL._SL75_.jpg",
    "song": "Wet Vision",
    "track_id": "6795756d-b1de-42fb-84ce-1e32d6ba46d2",
    "recording_id": null,
    "artist": "U-Roy",
    "artist_ids": [
        "c40fa847-7501-4eee-9a20-12d5d1c5c0db"
    ],
    "album": "Trojan 'Tighten Up' Box Set (disc 3)",
    "release_id": "62e92d85-f561-432a-b9b5-866f2148cf09",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}