Information about plays

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

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

{
    "id": 493661,
    "uri": "https://api.kexp.org/v2/plays/493661/?format=api",
    "airdate": "2001-12-05T15:11:00-08:00",
    "show": 8464,
    "show_uri": "https://api.kexp.org/v2/shows/8464/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511ld-VMJjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511ld-VMJjL._SL75_.jpg",
    "song": "Obsession No. 1",
    "track_id": "e7067688-e881-4f99-a2f4-105eb761744c",
    "recording_id": null,
    "artist": "The Orchids",
    "artist_ids": [
        "420d6371-31ee-4254-8d98-d3f66d50feed"
    ],
    "album": "Striving for the Lazy Perfection",
    "release_id": "75f88adc-493f-4d03-8bbf-4ffc080f2cc2",
    "release_group_id": null,
    "labels": [
        "Widely Distributed Records"
    ],
    "label_ids": [
        "496ca8a5-0ed9-4e9a-b8be-283ebfa2c378"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}