Information about plays

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

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

{
    "id": 533929,
    "uri": "https://api.kexp.org/v2/plays/533929/?format=api",
    "airdate": "2002-04-02T17:15:01-08:00",
    "show": 9249,
    "show_uri": "https://api.kexp.org/v2/shows/9249/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41N9TV3937L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41N9TV3937L._SL75_.jpg",
    "song": "Lovesong",
    "track_id": null,
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Greatest Hits",
    "release_id": "7c1cca2a-4954-4569-ab58-74f198f29714",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment Group"
    ],
    "label_ids": [
        "198a0950-3a61-456a-a3b5-f4929123ef5d"
    ],
    "release_date": "2001-11-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}