Information about plays

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

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

{
    "id": 531855,
    "uri": "https://api.kexp.org/v2/plays/531855/?format=api",
    "airdate": "2002-03-27T19:19:00-08:00",
    "show": 9208,
    "show_uri": "https://api.kexp.org/v2/shows/9208/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31d7mo%2Bs42L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31d7mo%2Bs42L._SL75_.jpg",
    "song": "Nighttime Is the Right Time",
    "track_id": "c66ad560-d28f-4b1e-9c79-cc533b1143cb",
    "recording_id": null,
    "artist": "The Sonics",
    "artist_ids": [
        "16346cf4-4d2b-40ec-8393-0fc7296d92fe"
    ],
    "album": "Here Are the Ultimate Sonics",
    "release_id": "4566fdb5-a82d-4668-80e8-4c8f3322ae67",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}