Information about plays

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

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

{
    "id": 532876,
    "uri": "https://api.kexp.org/v2/plays/532876/?format=api",
    "airdate": "2002-03-30T11:24:00-08:00",
    "show": 9226,
    "show_uri": "https://api.kexp.org/v2/shows/9226/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AKBD4BWZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AKBD4BWZL._SL75_.jpg",
    "song": "Skylarking - A Better Version",
    "track_id": null,
    "recording_id": null,
    "artist": "Horace Andy",
    "artist_ids": [
        "2027b08d-45b1-4fb5-aa6d-f6ccc4db78e5"
    ],
    "album": "Good Vibes (1975-1979)",
    "release_id": "80db965e-8ef8-4eca-bec6-8b0bae98b30d",
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}