Information about plays

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

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

{
    "id": 532745,
    "uri": "https://api.kexp.org/v2/plays/532745/?format=api",
    "airdate": "2002-03-30T00:52:00-08:00",
    "show": 9223,
    "show_uri": "https://api.kexp.org/v2/shows/9223/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41fLgS-a-XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41fLgS-a-XL._SL75_.jpg",
    "song": "When",
    "track_id": "82cd5f50-7a93-48db-b642-cbf1e815ffb9",
    "recording_id": null,
    "artist": "Vincent Gallo",
    "artist_ids": [
        "59e7ace7-3233-4f56-af78-4765957402cb"
    ],
    "album": "When",
    "release_id": "66023c72-9487-44ee-b36d-119ab9b6fc6f",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2001-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}