Information about plays

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

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

{
    "id": 488245,
    "uri": "https://api.kexp.org/v2/plays/488245/?format=api",
    "airdate": "2001-11-19T15:49:00-08:00",
    "show": 8358,
    "show_uri": "https://api.kexp.org/v2/shows/8358/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41TH0R8KBYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41TH0R8KBYL._SL75_.jpg",
    "song": "Common Ground",
    "track_id": "dc6417a0-b340-40c7-98b1-41a38a80a44b",
    "recording_id": null,
    "artist": "Stanton Moore",
    "artist_ids": [
        "8fcb7629-09ef-4def-b1e8-7ef7b57de9cb"
    ],
    "album": "All Kooked Out!",
    "release_id": "095a2499-858e-4288-9b92-93faa7aef876",
    "release_group_id": null,
    "labels": [
        "Fog City Records"
    ],
    "label_ids": [
        "6748e999-bfe1-45e1-a0cb-283c7d21dc06"
    ],
    "release_date": "1998-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}