Information about plays

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

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

{
    "id": 533517,
    "uri": "https://api.kexp.org/v2/plays/533517/?format=api",
    "airdate": "2002-04-01T11:53:00-08:00",
    "show": 9242,
    "show_uri": "https://api.kexp.org/v2/shows/9242/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31MFA7156DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31MFA7156DL._SL75_.jpg",
    "song": "Bean-E-Man",
    "track_id": "c13b2a0e-5bb3-4893-8f8a-bca2e7916d07",
    "recording_id": null,
    "artist": "DJ Logic",
    "artist_ids": [
        "54cda716-a62a-4371-8c95-76d0aa7c7f74"
    ],
    "album": "The Anomaly",
    "release_id": "d712cb0e-45ff-46e7-aecb-724d53e6c068",
    "release_group_id": null,
    "labels": [
        "Ropeadope"
    ],
    "label_ids": [
        "dc43303b-c8bb-4b04-8c39-c8cd46c6a611"
    ],
    "release_date": "2001-05-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}