Information about plays

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

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

{
    "id": 531762,
    "uri": "https://api.kexp.org/v2/plays/531762/?format=api",
    "airdate": "2002-03-27T13:46:01-08:00",
    "show": 9206,
    "show_uri": "https://api.kexp.org/v2/shows/9206/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41H2MV2D4SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41H2MV2D4SL._SL75_.jpg",
    "song": "Beautiful Sister",
    "track_id": null,
    "recording_id": null,
    "artist": "The Bevis Frond",
    "artist_ids": [
        "e7c51ed9-29f3-4349-8cf7-5be043caaa21"
    ],
    "album": "Son of Walter",
    "release_id": "686e90fe-4f39-49c6-a324-a1dc454b8f16",
    "release_group_id": null,
    "labels": [
        "Flydaddy"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}