Information about plays

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

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

{
    "id": 513336,
    "uri": "https://api.kexp.org/v2/plays/513336/?format=api",
    "airdate": "2002-02-01T21:25:00-08:00",
    "show": 8846,
    "show_uri": "https://api.kexp.org/v2/shows/8846/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WVEZGH3SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WVEZGH3SL._SL75_.jpg",
    "song": "Wildwood Flower",
    "track_id": "1782e87b-b7b8-4f79-bc8f-21a4715c6142",
    "recording_id": null,
    "artist": "The Carter Family",
    "artist_ids": [
        "29c5b1fb-5dcc-4499-b225-4ceeeb8a73d1"
    ],
    "album": "American Roots Music: Highlights",
    "release_id": "f788edba-cdd8-4bfc-b1a5-d9089066e037",
    "release_group_id": null,
    "labels": [
        "Palm Pictures"
    ],
    "label_ids": [
        "9f25310a-94d7-4a28-bf89-6729a2b8e859"
    ],
    "release_date": "2001-10-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}