Information about plays

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

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

{
    "id": 534522,
    "uri": "https://api.kexp.org/v2/plays/534522/?format=api",
    "airdate": "2002-04-04T08:36:42-08:00",
    "show": 9259,
    "show_uri": "https://api.kexp.org/v2/shows/9259/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51X5H%2BlAgSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51X5H%2BlAgSL._SL75_.jpg",
    "song": "Start With",
    "track_id": null,
    "recording_id": null,
    "artist": "Seaweed",
    "artist_ids": [
        "82aa1374-7c47-43e8-857d-11d723fe4c1a"
    ],
    "album": "Spanaway",
    "release_id": "b7579a91-fbfa-44bd-86b0-a97787264d45",
    "release_group_id": null,
    "labels": [
        "Hollywood Records"
    ],
    "label_ids": [
        "6bb7c1b2-cb06-4381-9c59-02b1ae4aa96d"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}