Information about plays

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

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

{
    "id": 532559,
    "uri": "https://api.kexp.org/v2/plays/532559/?format=api",
    "airdate": "2002-03-29T14:14:30-08:00",
    "show": 9219,
    "show_uri": "https://api.kexp.org/v2/shows/9219/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Y62CV4A2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Y62CV4A2L._SL75_.jpg",
    "song": "Give Yourself a Stereo Check-out",
    "track_id": "873a7d0a-5034-46b9-9e6e-d1945c39c48f",
    "recording_id": null,
    "artist": "The Bran Flakes",
    "artist_ids": [
        "b4868b93-41a9-481e-9915-c588c7b5fc5f"
    ],
    "album": "I Don't Have a Friend",
    "release_id": "1102669a-1f0b-44a1-b18b-83c9bdfd5f04",
    "release_group_id": null,
    "labels": [
        "Lomo Records"
    ],
    "label_ids": [
        "bd5d5eed-9e49-495c-a0fc-a9ed88f5bb33"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}