Information about plays

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

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

{
    "id": 511990,
    "uri": "https://api.kexp.org/v2/plays/511990/?format=api",
    "airdate": "2002-01-29T03:35:00-08:00",
    "show": 8823,
    "show_uri": "https://api.kexp.org/v2/shows/8823/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31ZKMKXTJKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31ZKMKXTJKL._SL75_.jpg",
    "song": "Busted",
    "track_id": "8856c958-ea75-45e0-aad1-9ed5b0c2e4ec",
    "recording_id": null,
    "artist": "Violet Indiana",
    "artist_ids": [
        "5ec872b7-0645-4d9a-b067-bda029238df8"
    ],
    "album": "Choke",
    "release_id": "630b5c52-949e-42ff-96c7-101c7c9f6bc4",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2000-11-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}