Information about plays

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

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

{
    "id": 1303868,
    "uri": "https://api.kexp.org/v2/plays/1303868/?format=api",
    "airdate": "2007-11-18T10:28:00-08:00",
    "show": 22810,
    "show_uri": "https://api.kexp.org/v2/shows/22810/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/615pEIUv2vL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/615pEIUv2vL._SL75_.jpg",
    "song": "Morning Blues",
    "track_id": "0b4d9bcc-96ae-4b1a-a0cb-6e64c7e06c5e",
    "recording_id": null,
    "artist": "Lightnin' Hopkins",
    "artist_ids": [
        "d5c55b61-78b8-40c9-be1b-de7517c3aebb"
    ],
    "album": "Blue Lightnin'",
    "release_id": "db912c3a-e40f-47ca-993e-e9b6bb6079d2",
    "release_group_id": null,
    "labels": [
        "Jewel Records"
    ],
    "label_ids": [
        "83dfdba7-a82d-405f-b842-070b91e3b756"
    ],
    "release_date": "1967-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}