Information about plays

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

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

{
    "id": 513704,
    "uri": "https://api.kexp.org/v2/plays/513704/?format=api",
    "airdate": "2002-02-03T01:44:00-08:00",
    "show": 8856,
    "show_uri": "https://api.kexp.org/v2/shows/8856/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61LXFHc27pL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61LXFHc27pL._SL75_.jpg",
    "song": "Hallucinations / Troubadour",
    "track_id": "fb70689e-7a0f-4381-98de-8c8a587a246d",
    "recording_id": null,
    "artist": "Tim Buckley",
    "artist_ids": [
        "8546949d-f46c-45ab-8391-85b26dda6b65"
    ],
    "album": "The Peel Sessions",
    "release_id": "cfe405c4-8dd1-4ed7-8562-c8919f798daf",
    "release_group_id": null,
    "labels": [
        "Strange Fruit"
    ],
    "label_ids": [
        "0c49508e-abff-49ad-b87c-da6270589ae3"
    ],
    "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"
}