Information about plays

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

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

{
    "id": 1383828,
    "uri": "https://api.kexp.org/v2/plays/1383828/?format=api",
    "airdate": "2008-06-10T03:44:15-07:00",
    "show": 24160,
    "show_uri": "https://api.kexp.org/v2/shows/24160/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61PDgggVdCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61PDgggVdCL._SL75_.jpg",
    "song": "Cold Cold Water",
    "track_id": "e88641b6-2b7d-4a81-acfd-2a372ea900db",
    "recording_id": null,
    "artist": "Mirah",
    "artist_ids": [
        "e4c226f2-ba57-483f-be6b-3391112244b8"
    ],
    "album": "Cold Cold Water",
    "release_id": "30a207e5-2c58-43cd-b098-736cf4c9caef",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}